日安。
我们有Windows 2008 R2企业X64和Server 2005
此外,我们还为这个版本安装了php5.4、VC9、x86、非线程安全和sqlsrv。
当我们连接到服务器时,我们会得到错误:
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
)
...正如我们所看到的,需要为x86安装2012本地客户端ODBC驱动程序,但是当我们有Systemx-64和启动安装程序时,会发现安装程序x86不适合我的操作系统(对于x64)。
有人知道我们该做些什么来解决这个问题吗?
P.S.:
phpinfo - http://194.58.88.58/test.php上的链接
错误http://view-source:http://194.58.88.58/上的链接
发布于 2014-04-18 18:03:41
信息是不正确的。它不应该引用x86版本。您需要x64版本。
请参见:
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/df2caeac-f57f-462e-be7c-f51f46deff0e/this-extension-requires-the-microsoft-sql-server-2012-native-client-access-the-following-url-to?forum=sqldriverforphp
链接到本机客户端x-64
发布于 2014-06-04 10:28:06
下载并安装Microsoft 2012用于x86:http://www.microsoft.com/en-us/download/details.aspx?id=36434的本机客户端ODBC驱动程序
https://stackoverflow.com/questions/23156713
复制相似问题