How to establish connection with server datab

Closed
Digvijaysinh Posts 10 Registration date Tuesday January 27, 2009 Status Member Last seen July 6, 2009 - Feb 9, 2009 at 05:05 AM
 kumar - Oct 25, 2010 at 02:02 PM
Hello,
Hiii everybody,
I just want to know that how to fetch the data from remote server in to our
application? as we establish the connection with local database, how we can establish connection with the remote server database? i am using Asp.net , C# and Sql Server2005, please help me on this topic.
I think this topic is also called as the synchronization of local database with server/remote database?
what should be the code?
i am waiting for your response! Thanx in advance!
Related:

1 response

Data Source=192.168.0.1,1433;Network Library=DBMSSOCN;Initial Catalog=dataBase;User ID=Username;Password=Password;
0