On Oct 7, 2004, at 16:00, Steve Frierdich wrote:
The same databases that are recognized and work in Sqlite version 2.8.15 are not recognized in Sqlite version 3.0.7. When the sqlite function sqlite3_get_table is called using version 3.0.7 the result is 26 which is:
File opened that is not a database file
When the same function is used in version 2.8.15 the result is 0 which is:
SQLITE_OK
Check: http://www.sqlite.org/version3.html
The section is "New File Format".
-- Tito