简体   繁体   中英

php: using mysqli with odbc connections

i was wondering if it would be possible using the mysqli interface for accessing odbc connections? i'm currently accessing an ms access database via odbc driver and php but it's a bit inconvenient.

You cannot use mysqli to access MS Access, the mysql improved extension only talks to the mysql client library either directly or via mysqlnd native driver. You could use PDO to access both but you will lose some functionality over mysqli.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM