Can anyone suggest a small SQL engine that I can embed in an executable or use as a dll? It needs to be compatible with .net framework 2.0 at least. I need a solution where I can just distribute an .exe and run it on any windows machine without worrying about installing SQL Server Express or MSDE?
I'm using SQL Mobile and my application is only 800k, but due to licensing restrictions you have to install at least SQL Server Express. I cannot think why it would be necessary to install 40MB of applications to run a small little app! So I need another solution but can't find one.
The entire project is available at www.codeplex.com/simplebook
I'm using SQL Mobile and my application is only 800k, but due to licensing restrictions you have to install at least SQL Server Express. I cannot think why it would be necessary to install 40MB of applications to run a small little app! So I need another solution but can't find one.
The entire project is available at www.codeplex.com/simplebook
Comment