Databases

  • Thread starter Thread starter Fred Blair
  • Start date Start date
F

Fred Blair

What is the best database to use for a small stand-alone PC application? I
know Access, but was wondering what it available that is cheaper.

Thanks,
Fred
 
I have heard Bill Gates has reduced the SQL Server 2000 (Developer Edition)
price from $500 to $50.
 
MSDE is a great choice if you don't need more than 2Gigs...highly recommend
it. MySQL can also do it for you, although the current implementation
doesn't give you as much as MSDE.

Depending on the size and your requirements you could straight XML as well.

HTH,

Bill
 
And even if you do need more than 2gbs, you can use multiple 2gb MSDE
databases (bit more coding work, but we use this to get around the limit for
our customers).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top