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.
&
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
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