Connecting Tech Pros Worldwide Help | Site Map

Windows Application for Min System config

Newbie
 
Join Date: Jul 2006
Posts: 4
#1: Feb 21 '07
Hi all

I want to build a windows application for Minmum system Config
Eg.windows 98 etc
I am planning to start with .net Windows Application with c sharp
i want to choose a backend like MS _Access or mysql

Any other options ?,.............
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#2: Feb 21 '07

re: Windows Application for Min System config


Quote:

Originally Posted by sravi8

Hi all

I want to build a windows application for Minmum system Config
Eg.windows 98 etc
I am planning to start with .net Windows Application with c sharp
i want to choose a backend like MS _Access or mysql

Any other options ?,.............

I'm using MySQL. It runs really well in a tiny amount of memory. Not sure about '98, but doubt that there will be any problem.
Cyberdyne's Avatar
Moderator
 
Join Date: Sep 2006
Location: Los Angeles, CA
Posts: 596
#3: Feb 22 '07

re: Windows Application for Min System config


Thanks for your comments Barton!
Newbie
 
Join Date: Jul 2006
Posts: 4
#4: Feb 22 '07

re: Windows Application for Min System config


Quote:

Originally Posted by bartonc

I'm using MySQL. It runs really well in a tiny amount of memory. Not sure about '98, but doubt that there will be any problem.

Thanks Barton ,

How about msaccess bcoz no need of separate installation like mysql
In mysql you have to set separately
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#5: Feb 22 '07

re: Windows Application for Min System config


Quote:

Originally Posted by sravi8

Thanks Barton ,

How about msaccess bcoz no need of separate installation like mysql
In mysql you have to set separately

If access is free and easy to use, I don't see why not. Personally, I use as little M$ software as posible. Besides the OS, almost everything on my system is open source. My degugger, develpment environment, OpenOffice and even OE spell checker; all free. I (maybe foolishly) still pay for virus scanner and I bought some stuff from Software995, but that's it.
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#6: Feb 22 '07

re: Windows Application for Min System config


Quote:

Originally Posted by sravi8

Thanks Barton ,

How about msaccess bcoz no need of separate installation like mysql
In mysql you have to set separately

Did I mention that MySQL has a tiny footprint. It's half the size of explorer on XP (about 14MB). I'd be interested to know what an Access DB uses (memory wise).
bartonc's Avatar
Moderator
 
Join Date: Sep 2006
Location: Minden, Nevada, USA
Posts: 6,400
#7: Feb 24 '07

re: Windows Application for Min System config


Quote:

Originally Posted by bartonc

Did I mention that MySQL has a tiny footprint. It's half the size of explorer on XP (about 14MB). I'd be interested to know what an Access DB uses (memory wise).

I got inside am mssql server machine the other day. It turns out to be only slightly larger than MySQL server.
Cyberdyne's Avatar
Moderator
 
Join Date: Sep 2006
Location: Los Angeles, CA
Posts: 596
#8: Feb 24 '07

re: Windows Application for Min System config


Very interesting, I wrote a question on BDE in the experts forum, lets see how these all relate.

Cyber.
Reply