Click here to Skip to main content
15,918,706 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi, I am tired to search my problem.
Can someone help me.

For example, I have master app on Pc with SQL server 2005

How I can connect to master app from another Pc, if both computers are in same network?
I need just to read from Data Base and write some data back in Data Base.

Thanks, and sorry for my English if there is some funny grammar errors ;)
Posted

You just need a connection string that specifies the network path to the machine and the database on the machine.
 
Share this answer
 
With a connection string you connect to the database directly and not through another application.
It is possible to set this up with Visual studio on the data menu,click add new data.If sql is configured it should be on the list after you click new connection.Not sure how this works in express versions though.
 
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