Add new comment

Thank you! I solved it. What happened was that in the php.ini file, the code was extension=php_sqlsrv_pdo.dll while the PDO file was php_pdo_sqlsrv.dll. So I changed the code in the php.ini file into the name of the PDO file (using same order): extension=php_pdo_sqlsrv.dll. Now the file targets the MSSQL allowing me to select MSSQL in the installation process. Thanks!

I know that you stated there are two ways to obtain NetPhp (purchase from DrupalWindows.com and the other can be a site that does not provide as much support). Is there another way I can obtain PhpMssql library? Or is purchasing it the only official way to do it? I just want to ensure that there is no file on Drupal.com that has a similar file.

Thank you!