"Shane Harrelson" <[EMAIL PROTECTED]> wrote:
> what's the most reliable method for checking the size of the jounal
> file for a database?  is there anyway to flush that or sync it during
> testing?  i tried using stat() on the jounral file but under windows
> it sometimes reports the jounral file having size 0 even though I know
> it's not empty.
> 

The journal file for a database should not exist except when
a transaction is active or after a transaction failed due to
program crash or power failure.  

What is it, exactly, that you are trying to do?
--
D. Richard Hipp  <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to