php-windows Digest 17 Dec 2003 16:19:19 -0000 Issue 2045
Topics (messages 22394 through 22394):
mssql_connect problem
22394 by: Omar
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hello.
I have a sql server named CLUSTER01, i try to connect to it :
$db_conn = mssql_connect("CLUSTER01", $db_usuario, $db_password);
and it gives me this message:
Warning: 0 is not a MS SQL link index in x
The user name and password are correctly created in the logins of the sql
server.
What else could be?
Thank you for your help.
--- End Message ---