I'm trying to connect to a MSSQL DB and i've followed the steps suggested by others (copy the file php_mssql.dll into the php directoy and change the extension dir in the php.ini to point to c:\php), but i still continue getting the following error:
unknown(): unable to load dynamic library c:\php\php_mssql.dll. Can't find the specified module.
Anybody can tell me if I can connect directly or i must use ODBC connection? Help me.