C cfyam Dec 9, 2005 #1 How can set the SQL connect string , when I connect to SQL Server via TCP/IP? What else I need to do?
How can set the SQL connect string , when I connect to SQL Server via TCP/IP? What else I need to do?
N Nicholas Paldino [.NET/C# MVP] Dec 9, 2005 #2 You should be able to set the Data Source part of the connection string to the IP address of the machine that you want to connect to. Hope this helps.
You should be able to set the Data Source part of the connection string to the IP address of the machine that you want to connect to. Hope this helps.