Re: [sqlite] Recovering crashed database using C++ interface

2010-07-23 Thread Richard Hipp
On Fri, Jul 23, 2010 at 12:10 PM, Robert McVicar wrote: > I have the occasional instance of my application crashing, leaving > behind a journal file. However, on restart and opening the database > again, it doesn't seem to do any rollback action and I am unable to > write to the database. > Is th

[sqlite] Recovering crashed database using C++ interface

2010-07-23 Thread Robert McVicar
I have the occasional instance of my application crashing, leaving behind a journal file. However, on restart and opening the database again, it doesn't seem to do any rollback action and I am unable to write to the database. Is there a C++ function that is necessary to trigger the rollback or