Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello, I am trying to develop a centralized database windows application with Sql Server and vb.net... can u help me to how can i make centralized database without installing sql server on client machine. ( i have already install Sql Server on Sever Machine.)
Please help me.
Posted
Comments
Vinay Mistry 27-Aug-14 1:46am    
Then connect that server database on every client. Use server database connection string only.

1 solution

You have already done it!
Just write you code so that the connection string is read in from a config file, and set the file to connect to the server instance of SQL

Then they all user the same DB, and provided you observe all the usual simple precautions related to multiuser access, you'll be fine.
 
Share this answer
 

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