Wasted a day on sql compact edition
I spent a few hours changing from access database to sql compact, only to find out compact wont run off a shared drive...
I am running low on time and am no closer to my solution. Would SQLLite be more appropriate?
Kirtan PatelPosted Aug 5, 2009, 1:30 AM
Hi ,Partik
Recommend you to use SQL Lite it Does not need any additional Installation of MDAC like Components or any SQL Server Installation its very compact and integrated
and its very lite .
and very Easy to use
just same like SQL Server but its not the server database
System.Data.SQLite
Download its Connector for .net development
http://sqlite.phxsoftware.com/
"It Just Woks" ;-)
Happy Coding :)
patrickPosted Aug 5, 2009, 4:33 PM
Kirtan PatelPosted Aug 5, 2009, 10:03 AM
http://sourceforge.net/projects/sqlitebrowser/
its Nice to Manipulate it .
patrickPosted Aug 5, 2009, 8:57 AM
Roei BarPosted Aug 5, 2009, 1:20 AM