简体   繁体   中英

Installing MSSql Server 2008 Driver for PHP

I have installed Microsoft driver SQLSrv 3.0, installed it, gave the path to php extentions folder. Changed the Php.ini file to include the code extensions=php_sqlsrv_53_nts_vc9.dll

But when i tried to check whether the drivers loaded by the phpinfo method, The info page doesnot include Sqlsrv section. I m using Wamp server and windows 7.. php 5.3.6

It means drivers are not loaded. What can be the possible error . Any body help

SQLSRV 3.0 has the Microsoft Native Client 11 as a dependency. This is available for free from Microsoft. (It is also installed when you install SQL Server 2012.)

Try installing SQLSRV 3.0 using the Microsoft Web Platform Installer; that will probably address all of the dependencies for you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM