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 (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? Thank you very much!!