Reputation: 5363
I am using MDB2_Driver_pdoSqlite to access a sqlite3 database with PEAR. I am able to connect to the database and display a list of tables with listTables()
, but when I try to run the mdb2 function tableInfo()
I get an error. MDB2 Error: not found
[Error message: primary is not an existing table constraint]
I am running the following system:
Any idea on what is causing this error and how to fix it?
Upvotes: 3
Views: 1040