I've just ported my app from favourite MySQL to MS SQL server.
I have enabled the Windows extension in php.ini as in:-
extension=php_mssql.dll
However, when i try to run php.exe, there is this message: -
Unable to load dynamic library './extensions/php_mssql.dll' - A device attached to the system is not functioning.
What can be wrong? i'm using Windows 98, Apache with PHP 4.2.3
Thanks a lot!