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

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

WBOY
WBOYOriginal
2016-06-13 12:55:23826browse

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

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