How do you determine if an .sqlite or .sqback is corrupt in Java?
I have been given a directory of directories each containing a collection of .sqlite and .sqback files that I must parse. The problem is that I believe some of these files to be corrupt when I receive them because I get the error: ERR: [SQLITE_CORRUPT] The database disk image is malformed (database disk image is malformed) on my console when I try to process them. This only happens with some of the files. I have isolated a few and tried running my program on fresh copies of these bad files individually and they cause errors. Most of the files are fine though :) I realized that there is a