Click here to Skip to main content
15,912,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to create a appliction in vb2010 .i want to save my data internaly
mean i dont want to install sql server on client computer .
can i use Database project provided by vb.net ?
can i create my tabels and save data in it like sql server , but without using sql-server software ?
how to do this
plz help me on this matter ,.
Posted

1 solution

You can't save data locally without some sort of storage engine. If you don't want to install that engine, try using an embedded storage engine like Sqlite : http://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki[^]

For a MSSQL compatible engine look at VistaDB : http://www.vistadb.net/[^]
 
Share this answer
 
Comments
Vipin Sharma 2-Feb-13 2:17am    
so it mean i cant do this ? but i dnt want to install database as a another software .
can i install my app and database at the same time ? by install only one exe ?
Mehdi Gholam 2-Feb-13 2:40am    
These are dll files which you can deploy with your exe file and create your database at runtime.
Vipin Sharma 4-Feb-13 14:19pm    
thanks for help , i will do this now .......

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900