Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I got a project.. That project is a multi user project of a company.. That company worked in two separate building. They wants one database . I am hosting database in the first building. But there is no LAN (wired/wife ) connection between two buildings.. how to connect my software to database in both buildings..
Posted
Comments
[no name] 16-Sep-14 9:58am    
The same way you hosted the first one. Change the IP in the connection string to connect to the other server. I will also assume the database is SQL since you never stated it; you would need to configure that to allow remote connections from the other building.

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