Hi..
I want to make one software in which database that is stored on the users PC that would be accessed without
any sort of connection to a server. Means we provide database with exe file..Then which database is better and is there any other option for this???
And suppose i want to hide that database from user then how can i do it..??
please give me suggestion...
Loading

Per Grill NielsenPosted Mar 27, 2008, 2:54 PM
Hi
I'm not sure if you can have a DB that is part of the exe but take a look at this link. This is a discussion of embedded DB's.
http://weblogs.asp.net/jgalloway/archive/2005/07/08/418474.aspx
Per Grill
try abcPosted Mar 27, 2008, 2:24 AM
Any suggestion to hide database...i obfuscate code,try to secure it with password also..but then too able to get database.
Per Grill NielsenPosted Mar 26, 2008, 1:37 PM
Hi
Have you tried SQLite?
http://www.sqlite.org/different.html
http://www.mikeduncan.com/sqlite-on-dotnet-in-3-mins/
Per Grill
try abcPosted Mar 25, 2008, 9:04 AM
Bechir BejaouiPosted Mar 25, 2008, 8:35 AM