handling inconsistent Database files

2010-05-27 Thread Vinod Nanjaiah
Hi, Are there any strategies in sqlite for avoiding Databases getting into an inconsistent state due to an application crash, system crash, etc. One scenario could be that my application is writing onto a DB file when the application crashes. When the application comes up next, it would most

Re: handling inconsistent Database files

2010-05-27 Thread Wes Hardaker
On Thu, 27 May 2010 14:19:19 +0530, Vinod Nanjaiah vinod_nanja...@mindtree.com said: VN Are there any strategies in sqlite for avoiding Databases getting VN into an inconsistent state due to an application crash, system VN crash, etc. VN One scenario could be that my application is writing