Click here to Skip to main content
15,886,787 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
I'm doing a windows forms application. After developing that I need to install it on cusomer's computer. So my question is..

1.If I use Sql Server database,then is it need installation of sql server database software in the customer computer..? If then which database is good for my requirement (i.e I don't want to install sql server or any other database software in the client,I just need database file in the project folder..)

Plz Help..!
Posted

You could use an Access database, or SQLite, or SQLCE - node of them need SQL server, and need little additional DLL installation (which should be easily handled by your installation program).
 
Share this answer
 
Comments
kumarvijaya 21-Jan-13 11:18am    
Thank you..
In this case you can look at MSAccess (or even Excel) as an option.
If the parameters you want to store on the client are very few, you can consider an xml configuration or an ini file.
 
Share this answer
 
Comments
[no name] 22-Jan-13 3:06am    
Good advice Sir but since i don't know much about xml can xml handle large database applications.

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