Quote:
Originally Posted by j.p.s
One other problem that I have run into is that if I do a round trip by dumping the database then making what should be a duplicate db by loading the dump into a new db, the kindle does not recognize that new db as a valid XRAY file. Do you know what might be happening with that?
|
How are you creating the new db? Are you including
Code:
PRAGMA user_version = 1;
in there somewhere? You can check, in SQLiteBrowser at least, under the Edit Pragmas section. If it's not 1, set it to 1, save, then see if it will load.