I had a process that was writing a sqlite database when the computer crashed. I now have two files: f6.db and f6.db-journal. How do I get the information in the journal file to be incorporated in the database? I tried open f6.db in the sqlite3 console program, and afterwards the journal file is still there. _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
- [sqlite] What to do with a .journal file Robert Weiss
- Re: [sqlite] What to do with a .journal file Simon Slavin
- Re: [sqlite] What to do with a .journal file Keith Medcalf