Hello,
 
Recently I upgraded SQLite to version 3.5.6 and discovered that my
program can’t work anymore with some database files. Sqlite3_open
returns OK, but when I am trying to execute any SQL statement it returns
“SQL logic error or missing database”. 
For example sqlite3_prepare returns 1 instead of 0. Same for
sqlite3_execute.
I do not think it is my code that causes the problem because I can just
switch SQLite dll from version 3.5.6 to version 3.3.5 and everything
works fine. 
I do not know the version of SQLite the database file in question was
created with. Few database files created with version 3.3.5 does not
have this problem.
I tried to upgrade to the version 3.5.7 – same result. 
 
Please advice.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to