View Single Post
Old 01-14-2019, 07:41 PM   #8
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by mitch13 View Post
Loaded Calibre library into DB Browser for SQLite without a problem.
How can I tell if there is a problem through this proram? Would it not load if it was corrupted?
If it OK in SQLite what now?
You probably should run an integrity check. In DB Browser, go to the "Execute SQL" tab and enter:
Code:
PRAGMA integrity_check
The result will be "ok" if there are no problems. If there are problems, there will be details of the problems.
davidfor is offline   Reply With Quote