Home > Backend Development > PHP Tutorial > php中没有显示出mssql的pdo,该怎么解决

php中没有显示出mssql的pdo,该怎么解决

WBOY
Release: 2016-06-13 11:05:11
Original
978 people have browsed it

php中没有显示出mssql的pdo
是这样的
server: window server 2008
db:mmsql 2003
PHP:5.2.6
我的php下的ext中也有php_pdo_mssql.dll的所有dll而php.ini中也开启了.我的phpinfo中的pdo driver中,只有mysql,oracle.
就是没有mssql,
气死我了。
------解决方案--------------------
查错误日志吧。不能装载的模块在日志里面会有显示的
------解决方案--------------------
要不就自己重写一个类,把pdo的方法映射到odbc

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template