Re: [PHP-WIN] mssql_connect problem

2003-12-18 Thread Frank M. Kromann
Hi, One problem could be name resolution. The mssql server uses a default protocol to connect to the server. If you just install the client libraries (or just copied ntwdblib.dll) the default protocol would be netbeui (named pipes) and that might not be routed/enabled on your network. To make sur

Re: [PHP-WIN] mssql_connect problem

2003-12-18 Thread Luis Moreira
t;[EMAIL PROTECTED]> To: "Luis Moreira" <[EMAIL PROTECTED]> Sent: Wednesday, December 17, 2003 4:35 PM Subject: RE: [PHP-WIN] mssql_connect problem La x es la ruta del archivo carpeta\archivo.php (por ejemplo) $db_usuario y $db_password = "Formas" Es el login y password que

AW: [PHP-WIN] mssql_connect problem

2003-12-17 Thread Sven Schnitzke
achricht- > Von: Cesar Cordovez [SMTP:[EMAIL PROTECTED] > Gesendet am: Mittwoch, 17. Dezember 2003 17:43 > An: Luis Moreira > Cc: Omar; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Betreff: Re: [PHP-WIN] mssql_connect problem > > EspaƱol? > > Qual con Q? Cua

RE: [PHP-WIN] mssql_connect problem

2003-12-17 Thread Daniel Perez Clavero
] Subject: [PHP-WIN] mssql_connect problem 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

RE: [PHP-WIN] mssql_connect problem

2003-12-17 Thread Gerardo Rojas
: [PHP-WIN] mssql_connect problem 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 crea

Re: [PHP-WIN] mssql_connect problem

2003-12-17 Thread Cesar Cordovez
rom: "Omar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 17, 2003 4:20 PM Subject: [PHP-WIN] mssql_connect problem Hello. I have a sql server named CLUSTER01, i try to connect to it : $db_conn = mssql_connect("CLUSTER01", $db_usuario, $db_passwo

Re: [PHP-WIN] mssql_connect problem

2003-12-17 Thread Luis Moreira
L PROTECTED]> Sent: Wednesday, December 17, 2003 4:20 PM Subject: [PHP-WIN] mssql_connect problem > 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:

[PHP-WIN] mssql_connect problem

2003-12-17 Thread Omar
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 el