How do you get an ADO Connection to an MS SQL Server 2000 database to use a certain netlib - like TCP/IP or Named Pipes, etc.
I want to do this via the ADO Connection String - I know the management tools have the "Client Network Utility".
Thanks.
How do you get an ADO Connection to an MS SQL Server 2000 database to use a certain netlib - like TCP/IP or Named Pipes, etc.
I want to do this via the ADO Connection String - I know the management tools have the "Client Network Utility".
Thanks.
Use the "Network Library" property.
Check this link:MSDN
Thanks a lot - that's what I needed.