I have a PHP/SQLite issue.  I'm on Kubuntu with PHP 5.2.8.  PHPInfo() gives:

PDO->PDO drivers:  sqlite, mysql, sqlite2
pdo_sqlite->SQLite Library: 3.4.2

Running a very simple query I get an error with the following (via print_r):
Array ( [0] => HY000 [1] => 26 [2] => file is encrypted or is not a database
)

What am I missing here?  My hunch is the "sqlite2" in the PDO->PDO Drivers
is causing the problem.  Thing is Adept shows me I have all sqlite3
packages.

-- 
Tony Bibbs
Email: t...@tonybibbs.com Phone: 515.554.8046
Twitter: tonybibbs Skype: tonybibbs
Web: http://www.tonybibbs.com
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to