L
Lloyd Dupont
I have some connection problem and wonder if I do everything correctly.
I'm trying:
I created a SqlConnection with the ConnectionString:
Address=myIp,myPort;User ID=sa;Pwd=password
and with this connection i "PLAN" to run sp_databases stored procedures.
However when I open the connection I get:
SqlException: SQL Server does not exist or access denied.
Although I checked
myDatabase->property->security->Autentication (which is mixed mode SQL
Server & Windows)
and I also check the user sa (who is admin) and its passwrod.
Any idea what I've done wrong ?
Cheers mates!
Lloyd
I'm trying:
I created a SqlConnection with the ConnectionString:
Address=myIp,myPort;User ID=sa;Pwd=password
and with this connection i "PLAN" to run sp_databases stored procedures.
However when I open the connection I get:
SqlException: SQL Server does not exist or access denied.
Although I checked
myDatabase->property->security->Autentication (which is mixed mode SQL
Server & Windows)
and I also check the user sa (who is admin) and its passwrod.
Any idea what I've done wrong ?
Cheers mates!
Lloyd