Small standalone SQL database similar to access in the old days(ie file database)

Posted by Ian on Stack Overflow See other posts from Stack Overflow or by Ian
Published on 2010-04-08T06:42:44Z Indexed on 2010/04/08 12:33 UTC
Read the original article Hit count: 512

Filed under:
|
|
|

Hi,

I am looking for a easy to use and deploy sql type database i can ship with a desktop application.

This will be a small application user's can download from my website.

In the vb6 days, access was the common database for small desktop apps, what is my option these days?

Looking at SQL CE it seems to have a quite a few limitations such as count(distinct) etc

SQL express needs to be installed and running as a service (could i include the SQL express deployments in my deployment so the user doesn't even know its been installed? I assume size would then be an issue)

SQL 2005/2008 is not an option due to size and licensing restrictions.

I would like to use c#, wpf and entity framework.

What would seem to be the best options based on your knowledge and experience?

Thanks

© Stack Overflow or respective owner

Related posts about database

Related posts about sql