I am in the process of upgrading my app from using SQLite.net w/ 3.6.23 to
SQLite.net w/ 3.7.5.  When the .Net program starts in a fresh install state,
aka no system db exists and it builds one up via SQL script all works fine.
When it opens an existing 3.6.23 system db, it gets a database lock. and
fails.  But when I open it from the sqlite.exe compiled with 3.7.5, it opens
fine.

Generally speaking, how do I convert the 3.6.23 db to 3.7.5?

I am sure it is bad form, but attached is one of the 3.6.23 DB, it is only
12K.

Sam
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to