You need to have the client tools for MSSQL Server installed on the server running php
before you can load the module.
You can also copy ntwdblib.dll from \winnt\system32 on the MSSQL server to the same
location on your php-box. This will not allow you to configure the client tools though.
php_
When I add php_mssql70.dll to the dll's I want loaded in the ini file I get
the message:
'Unable to load dynamic library 'c:\PHP4/php_sql70.dll' - The specified
procedure could not be found'
The dll is in the same directory as php_gd.dll, which loads successfully.
What is happening here?
Quintin