My current configuration is Windows XP SP2, Apache 2.2.8, and PHP
5.2.5 with extensions php_pdo.dll and php_sqlite.dll enabled. Whenever
I create a database in PHP I can retrieve rows just fine using the PHP
functions, but when I try to access it directly using the sqlite3.exe
application I get the above error message. Is there a way to create a
sqlite3 database that's accessible with both PHP and sqlite3.exe?
5.2.5 with extensions php_pdo.dll and php_sqlite.dll enabled. Whenever
I create a database in PHP I can retrieve rows just fine using the PHP
functions, but when I try to access it directly using the sqlite3.exe
application I get the above error message. Is there a way to create a
sqlite3 database that's accessible with both PHP and sqlite3.exe?
Comment