Windows Application for Min System config

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sravi8
    New Member
    • Jul 2006
    • 4

    Windows Application for Min System config

    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
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    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.

    Comment

    • Cyberdyne
      Recognized Expert Contributor
      • Sep 2006
      • 627

      #3
      Thanks for your comments Barton!

      Comment

      • sravi8
        New Member
        • Jul 2006
        • 4

        #4
        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

        Comment

        • bartonc
          Recognized Expert Expert
          • Sep 2006
          • 6478

          #5
          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.

          Comment

          • bartonc
            Recognized Expert Expert
            • Sep 2006
            • 6478

            #6
            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).

            Comment

            • bartonc
              Recognized Expert Expert
              • Sep 2006
              • 6478

              #7
              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.

              Comment

              • Cyberdyne
                Recognized Expert Contributor
                • Sep 2006
                • 627

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

                Cyber.

                Comment

                Working...