Thread
:
calibre broken after v.0.4.56
View Single Post
06-12-2008, 06:04 PM
#
20
kovidgoyal
creator of calibre
Posts: 45,550
Karma: 28548962
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
hmm not good. Install the sqlite command line client and try to dump the database in a sql file.
Code:
sqlite library1.db sqlite> .output dump.sql sqlite> .dump
If this succeeds you should be able to use dump.sql to recreate the database
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS