[sqlite] DB-Journal

2016-03-03 Thread Simon Slavin
On 2 Mar 2016, at 1:48pm, Itxaso Perez wrote: > - If this occurss (power loss) using only SQLite (without NHibernate), is > not a problem the opening of an app? > - How can I 'execute' the DB-Jounal file just to try to 'correct' the > database before execting NHibernate? [This is a simplified

[sqlite] DB-Journal

2016-03-02 Thread Warren Young
On Mar 2, 2016, at 6:00 PM, Simon Slavin wrote: > > On 2 Mar 2016, at 1:48pm, Itxaso Perez wrote: > >> - How can I 'execute' the DB-Jounal file just to try to 'correct' the >> database before execting NHibernate? > > Having a journal file on disk should not crash your app. It is possible

[sqlite] DB-Journal

2016-03-02 Thread Itxaso Perez
Hi! I am modifying an app which works with Visual Studio.Net + NHibernate + SQLite When I have a power loss or a crash in the PC it appears a DB-Journal and I can?t open my app. The error concerns to NHibernate but I have some questions: - If this occurss (power loss) using only SQLite