Re: [PHP-WIN] authenticating with SQL Server 2000

2003-06-30 Thread Micah Montoya
oy" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 12:31 AM Subject: Re: [PHP-WIN] authenticating with SQL Server 2000 > Hi, > > If you remove the @ in front of the mssql_* functions you might get a bit > more information about the problem. &

Re: [PHP-WIN] authenticating with SQL Server 2000

2003-06-29 Thread Frank M. Kromann
Hi, If you remove the @ in front of the mssql_* functions you might get a bit more information about the problem. Using the MSSQL Server extension requires these stapes: 1) Install the SQL Server Client tools on the maschine running PHP (if your are using Win32) 2) Configure a server alias using

Re: [PHP-WIN] authenticating with SQL Server 2000

2003-06-29 Thread Luis Ferro
Do you have the mssql_*.dll uncommented from php.ini? And the extension directory correctly set-up to the directory where that dll is inside the php directory? LF Micah Montoy wrote: I'm in the process of learning PHP. I've gotten to the point of having problems with accessing a database. W