On Fri, Feb 17, 2012 at 3:00 PM, Marc L. Allen <mlal...@outsitenetworks.com>wrote:
> > If you have a hot journal (a rollback journal that still exists and has > > a non-zero header) that indicates that the previous process to write to > > the database did not shutdown cleanly. The journal must be rolled back > > in order to restore the database to a consistent state. SQLite is not > > able to read the database until it has been recovered by rolling back > > the hot journal. > > It doesn't roll it back automatically? Or is the READONLY state causing > an issue? > "Rolling back" means that the database is modified so that it looks exactly like it did before the start of the transaction. How is SQLite suppose to modify a read-only file? > > _______________________________________________ > sqlite-users mailing list > sqlite-users@sqlite.org > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp d...@sqlite.org _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users