--- Jeff Godfrey <[EMAIL PROTECTED]> wrote:
> Joe Wilson wrote:
> > If your database storage device cannot guarantee an exclusive file 
> > lock, then any database write can potentially result in corruption.
> >
> > If you control all SQLite clients' code, you could recompile sqlite
> > to use the file-based dotlockLockingStyle convention via 
> >
> >   -DSQLITE_ENABLE_LOCKING_STYLE=1
> >
> > But even if a single client does not use that locking convention, 
> > you still risk corruption.
> >   
> Joe,
> 
> Thanks for the input.  I absolutely control all of the SQLite clients - 
> they are just unique instances of my (Tcl-based) application.  I am 
> unaware of the mentioned "dotlockLockingStyle" convention.  Can you (or 
> anyone else) point me to some web-based information?

Use the Source, Luke:

http://www.sqlite.org/cvstrac/fileview?f=sqlite/src/os_unix.c&v=1.165



      
____________________________________________________________________________________
Shape Yahoo! in your own image.  Join our Network Research Panel today!   
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 



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

Reply via email to