0
votes

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
1. Provide your complete PDO call, so we can see what might be wrong with it. 2. Take a look at the PHP PDO docs. 3. Also try to ask a better question, so we can provide better answers.TallTed

1 Answers

0
votes