The pdo of mssql is not displayed in php.

Source: Internet
Author: User
Php does not show that mssql pdo is such a server: & nbsp; window & nbsp; server & nbsp; 2008db: mmsql & nbsp; 2003PHP: 5.2.6 my php ext also contains all the dll of php_pdo_mssql.dll and php. ini is also enabled. the pdo php in my phpinfo does not display the pdo of mssql.
Yes.
Server: window server 2008
Db: mmsqls 2003
PHP: 5.2.6
In my php ext, all dll of php_pdo_mssql.dll is also available, and php. ini is also enabled. in my phpinfo pdo driver, only mysql and oracle are available.
There is no mssql,
I am so angry.
------ Best solution --------------------
Check the error log. Modules that cannot be loaded will be displayed in the log
------ Other solutions --------------------
Otherwise, rewrite a class and map the pdo method to odbc.
------ Other solutions --------------------
PHP: 5.2.6 ???
Is his PDO usable?
------ Other solutions --------------------
Reference:
PHP: 5.2.6 ???
Is his PDO usable?

Big Brother, I don't understand. Isn't this edition usable? Please advise? What kind of knowledge should I search. Thank you.
------ Other solutions --------------------
Reference:
Check the error log. Modules that cannot be loaded will be displayed in the log

In this case, my server A can use PHP to remotely operate odbc server B's database mssql.
However, thinkPHP can only use pdo to operate mssql.

What should I do?
------ Other solutions --------------------
Reference:
Otherwise, rewrite a class and map the pdo method to odbc.


I have no idea at all. big brother, please remind me. thank you.
------ Other solutions --------------------
Class fakePDO {
Function prepare ($ SQL ){
// Write the implementation of the pdo prepare here
}
Function bind ($ SQL ){
// Same as above
}
.........
}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.