What do you want to see in journal files? You can execute 'PRAGMA journal_mode = persist' and all information in journal file except first 4 bytes will be left on disk for you. Is it enough?
Pavel On Tue, Feb 2, 2010 at 7:00 AM, rishabh <[email protected]> wrote: > > hey, > > I am coding for an application wherein i need to check the journal files as > in i dont want it to get deleted after the commit. how to go about it? where > in the Sqlite3.c code can i edit it. > > also, is it possible to customize the sqlite code for the journal file a bit > as per my needs? > > thanx > -- > View this message in context: > http://old.nabble.com/journal-files-tp27419280p27419280.html > Sent from the SQLite mailing list archive at Nabble.com. > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

