dongxun1978 2019-02-21 17:30
浏览 180
已采纳

在php中无法连接到odbc。 找不到司机

im trying to connect to a database on odbc with php and i get the error of

Fatal error: Uncaught PDOException: could not find driver in C:\xampp\htdocs\testarsybase\index.php:3 Stack trace: #0 C:\xampp\htdocs\testarsybase\index.php(3): PDO->__construct('odbc:host=192.1...', 'sa', '') #1 {main} thrown in C:\xampp\htdocs\testarsybase\index.php on line 3

im using the PDO('odbc (..)') to connect

What should i do?

  • 写回答

1条回答 默认 最新

  • duanba7653 2019-02-21 19:40
    关注

    See if this situation helps you. It seems to be the same question.

    PDO returning error “could not find driver” with a known working DSN

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?