Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I developed a simple vb.net application with sql server back end . Now i want to deploy in such a way that every computer in a network can access the database which is stored in server computer . Is it so simple that i have to just change the connection string directing path to the server computer or i have to do some thing more for accessing the database from other computer .

is my approach of creating a multiuser application is correct or is there any other way to do it.
Posted

1 solution

If all computers on the same network have access to the machine that hosts SQL Server, then all you need to do is change the connection string.

If access is not available, then you will need help from your network administrator.
 
Share this answer
 
Comments
yash00121 29-Apr-15 3:36am    
Do i have to do some extra coding and other settings for creating a multiuser application .
Abhinav S 29-Apr-15 3:40am    
So long as your connection string is stored in a configurable location, then no extra coding is required.
yash00121 29-Apr-15 3:44am    
thanks for your valuable support .

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