G
Guest
Hello all,
I need to connect to a SQL 2000 from a .net app using SQL Authentication.
My connection string looks like this:
Dim conn As New SQLConnection
conn.ConnectionString = "user id = validuser; password = validpassword;
Trusted_Connection=False; Intial Catalog=pubs; Data Source =
10.24.4.126,1433;Network Library=DBMSSOCN"
This connection string works when I use a internal IP to connect to a
internal SQL server but not when I need to connect to the outside world.
SQL Server is set for mixed mode.
Any thoughts.
I need to connect to a SQL 2000 from a .net app using SQL Authentication.
My connection string looks like this:
Dim conn As New SQLConnection
conn.ConnectionString = "user id = validuser; password = validpassword;
Trusted_Connection=False; Intial Catalog=pubs; Data Source =
10.24.4.126,1433;Network Library=DBMSSOCN"
This connection string works when I use a internal IP to connect to a
internal SQL server but not when I need to connect to the outside world.
SQL Server is set for mixed mode.
Any thoughts.