Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In vb.net i have copied my project in Two different Systems which is in networking, I want to SQl server is same for this systems. it should be access the different system.

For example the records will be saved from different systems. when i save the file in different systems in same sql server.

So anybody help how to do it. how can i give the connection string to access sql server

Thanks in Advance
Posted

1 solution

Connection strings example[^]
Use string with ip address or host name.
 
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