On 14 Sep 2016, at 12:05pm, Martin Raiber <mar...@urbackup.org> wrote:

> there have been three reports by users using my software of SQLite
> 3.12.0 returning SQLITE_IOERR and logging a SQLITE_IOERR_SHORT_READ
> (522).

Check the hard disk format for format errors (fsck).

Run "PRAGMA integrity_check" on the database file.

Is the database file on a disk inside the computer running the SQLite calls, or 
is it accessed across a network ?

Do you use any PRAGMAs in your program ?

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to