View Single Post
Old 06-12-2008, 06:04 PM   #20
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
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 is offline   Reply With Quote