On 2 Feb 2012, at 6:59pm, Korey Calmettes wrote: > Thanks for your response. I have been working on that list now for a couple > days. I was hoping for some further insight. > > If I do happen to recreate the problem, is there a way to track the location > in the file that the corruption begins and how long the corruption is? My > hope has been to duplicate the problem and examine the file to see if I can > see a pattern. (And hopefully find a cause.)
No easy way to do it without using some of the patching SQLite routines allow. I recommend you take copies of the database file frequently. Then you can use diff in binary mode to see what changed. Good luck with it. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

