Question Desktop Database

Rossmc

Member
Joined
Mar 17, 2009
Messages
12
Programming Experience
10+
Hi All

I develop a single-user desktop application. (Currently VB6/Access). We are busy migrating to VB.NET.

My question is, what are the best options for the database?

I was wanting to move away from Access due to database size issues (it's ALOT of data).
Also, although it is primarily a single-user/single database application, it is likely that I would want to support multiple users on a single database going forward.

Many thanks.
 
SQL Server Express would probably be your best bet for the time being. It's free, it supports databases up to 4GB, it has tight integration with VS and it uses the same database format as SQL Server so an upgrade later is seamless.
 

Latest posts

Back
Top