无法连接到 php 中的 odbc。找不到驱动程序
Can't connect to odbc in php. could not find drivers
我正在尝试使用 php 连接到 odbc 上的数据库,但出现
错误
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
我正在使用 PDO('odbc (..)')
连接
我该怎么办?
看看这个情况对你有没有帮助。好像是同一个问题
我正在尝试使用 php 连接到 odbc 上的数据库,但出现
错误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
我正在使用 PDO('odbc (..)')
连接
我该怎么办?
看看这个情况对你有没有帮助。好像是同一个问题