Click here to Skip to main content
15,898,621 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i created one application in vb.net 2005 and database is sql.
i want to connect a database into multiple computer and i want to insert a data into multiple computer then how its possible?? please give me solution with example.
Posted
Updated 28-Mar-12 3:13am
v2
Comments
Thilina Chandima 28-Mar-12 9:12am    
Please explain your problem in detail manner because I can't understand the real problem. what do you mean by this "i want to connect a database into multiple computer"

1 solution

The database stays on one computer, the "server". The other computers ("clients") connect to the database on the server.
In the connection string for the database connection, make sure to use the server's name or IP address. Also make sure to configure the SQL Server to accept connections from other computers than localhost, and check the firewall settings.
 
Share this answer
 
Comments
Maciej Los 28-Mar-12 10:19am    
My 5- Why? The answer is not optimal. Now, with link to MS support, where OP can read how to configure ms sql server 2005, is optimal.

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