Hello, everybody.

I have the following problem: I have an old project that uses a database
created with an older SQLite library version.
Now, since I updated SQLite to 3.5.5, I can't use the database anymore,
because any query on the database tables returns:

SQLite error 11 - Malformed database schema - near ")": syntax error

The strange point is that I downloaded "SQLite Database Browser" from
sourceforge, and I can actually open the database with this tool. In the
help, it is saying that "SQLite Database Browser" is using version 3.3.5 of
the database engine. With this tool, I can browse the data in any table, and
a "pragma integrity_check" returns "ok".

Any idea / help on this would be greatly appreciated.
Thanks and kind regards
Marco.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to