Home >Backend Development >PHP Tutorial >求助 php5.3.11+sqlserver2005

求助 php5.3.11+sqlserver2005

WBOY
WBOYOriginal
2016-06-23 14:03:51848browse

apache+php5.3.11+sqlserver2005怎么配置啊,我已经在微软下载了扩展,也放到了php的ext目录下,但是就是不能够加载模块,求大神帮我解决。。。


回复讨论(解决方案)

你先认真阅读下载包中的说明文档
再次确认其中的扩展库能适用于你的php版本


配置sqlsrv,使用codeigniter框架直接使用sqlsrv类库即可

php_sqlsrv.dll下载个配置下即可

php_sqlsrv.dll下载个配置下即可



这个也好像不行啊   

这是我的sqlserver的配置  帮忙看下要怎么样修改才正确啊

估计都有点悬
现在的php for win 都是 VC9 版本的,入口不对如何使用?

我用的apache服务器  不过现在好了 

但是在连接的时候有报


Array ( [0] => Array ( [0] => IMSSP [SQLSTATE] => IMSSP [1] => -49 [code] => -49 [2] => This extension requires the Microsoft SQL Server 2012 Native Client. Access the following URL to download the Microsoft SQL Server 2012 Native Client ODBC driver for x86: http://go.microsoft.com/fwlink/?LinkId=163712 [message] => This extension requires the Microsoft SQL Server 2012 Native Client. Access the following URL to download the Microsoft SQL Server 2012 Native Client ODBC driver for x86: http://go.microsoft.com/fwlink/?LinkId=163712 ) [1] => Array ( [0] => IM002 [SQLSTATE] => IM002 [1] => 0 [code] => 0 [2] => [Microsoft][ODBC 驱动程序管理器] 未发现数据源名称并且未指定默认驱动程序 [message] => [Microsoft][ODBC 驱动程序管理器] 未发现数据源名称并且未指定默认驱动程序 ) )



这是我的代码:

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn