Ken <[EMAIL PROTECTED]> wrote: > Whilst running a transaction I noticed the following files were created for > a sqlite database. > What is the last file? How is it used? > > -rw-r--r-- 1 ixion users 6193152 2007-08-09 18:40 bat_412.db > -rw-r--r-- 1 ixion users 11304 2007-08-09 18:40 bat_412.db-journal > -rw-r--r-- 1 ixion users 134 2007-08-09 18:40 bat_412.db-mj514651E0 >
The "master journal" file is used to make sure commits to transactions to two or more ATTACHed databases are atomic. -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

