Hi Rene,
Thanks for getting back with me. Yes I can ping the server. Yes the tcp/ip
is configured and the port is open for traffic.
BTW the error I get is that the connection is not trusted.
"Rene" wrote:
> First things first, did you try pinging the server you are trying to
> connect?
>
>
>
> Second, is your SQL server configured to talk to the outside world? Enabled
> Protocols Named Pipes, TCP/IP etc?
>
>
>
> "LP" <(E-Mail Removed)> wrote in message
> news:12BCF4AA-D638-480A-B7A1-(E-Mail Removed)...
> > 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.
>
>
>
|