On 7 Dec 2010, at 8:08pm, Horacio Rabelo Pereira wrote:

> During the execution, the journal file for database is created, and after the 
> crash it is removed and the database file remains without any modifications.

it is important that the journal file is /not/ removed by anything except 
SQLite.  In the journal file is stored information used when SQLite makes 
contact with the database again.  Removing the journal file can lead to a 
corrupt database.

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

Reply via email to