[RESOLVED] SQL connection problem!!

wxdqz

New Member
Hi,
I wanna configure PHP so that it can use MSSQL. But is always shows "unable to load dynamic library './php_mssql.dll'- The specified module could not be found."!!

I did the following steps:
1,copy php_mssql.dll to <!-- m --><a class="postlink" href="c://php/extensions">c://php/extensions</a><!-- m --> .
2,in php.ini file, remove the semi-colon of " ;extension=php_mssql.dll " .

I think these steps should be right, but what's the problem??!!

Thanks very much !
 
Top