The MSSQL driver is no longer supported by PHP versions 5.3 and later according to its website. The driver is now only supported by Microsoft.
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=80E44913-24B4-4113-8807-CAAE6CF2CA05
-Jake
-----Original Message-----
From: Alexander Hawley [mailto:[log in to unmask]]
Sent: Thursday, October 07, 2010 5:06 PM
To: [log in to unmask]
Subject: Re: [MSUNAG] Problem with PHP and MSSQL
There could be any number of problems.
What CGI connector are you using to hook PHP up to IIS?
FastCGI?
ISAPI?
Are you trying to use trusted connection?
> phpinfo it does not list the mssql
That's not a good start.
You can try to do a MSSQL connect directly, to make sure the mod is loaded.
<http://www.php.net/manual/en/function.mssql-connect.php>
-AH
|