Posted by Steve on 04/19/07 19:43
"ZeldorBlat" <zeldorblat@gmail.com> wrote in message
news:1177006029.741136.125650@b75g2000hsg.googlegroups.com...
| On Apr 19, 1:51 pm, sank.hate.s...@gmail.com wrote:
| > On Apr 19, 12:59 pm, "Steve" <no....@example.com> wrote:
| >
| > > look up mssql_connect and look at the requirements. it must either be
| > > compiled into php or enabled as a dll (which is set in your
php.ini...and
| > > must reside in your include_path).
| >
| > I've been search for hours and have come up with nothing that works.
| > I have done the following:
| >
| > - uncommented the extension=php_mssql.dll
| > - made sure my ext directory path was correct
| > - copied ntwdlib.dll to both my system32 and PHP directory
| > - PHP is in my system path
| > - PHPRC has been setup as an environment variable
| > - MSVCR71.DLL has been copied to my PHP dir (supposedly ntwdlib.dll
| > relies on it)
| >
|
| After you did all that did you restart IIS?
also, display errors. it may be that php needs permissions to access the
directory and dll...esp. if it is being run as a cgi (which it usually is on
windows).
[Back to original message]
|