Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 require help for winforms

Author  Topic 

adp_svmit
Starting Member

1 Post

Posted - 2009-06-28 : 04:53:18
I want to connect sql server 2000 remotly using dotnet c# windows application. what are the steps require ?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-06-28 : 13:08:26
you need to specify the connection string from your application to connect to sql 2000 db. see below to see what connection is to be used

http://www.connectionstrings.com/sql-server


also see

http://weblogs.asp.net/scottgu/archive/2005/08/25/423703.aspx
Go to Top of Page
   

- Advertisement -