我试图用php连接到odbc上的数据库,但出现错误
致命错误:未捕获PDOException:在C:\ xampp \ htdocs \ testarsybase \ index.php:3中找不到驱动程序堆栈跟踪:#0 C:\ xampp \ htdocs \ testarsybase \ index.php(3):PDO -> __ construct('odbc:host = 192.1 ...','sa','')#1 {main}在第3行的C:\ xampp \ htdocs \ testarsybase \ index.php中抛出
使用PDO('odbc (..)')
进行连接
我该怎么办?
答案 0 :(得分:0)
看看这种情况是否对您有帮助。似乎是同一问题。
PDO returning error “could not find driver” with a known working DSN