Joe Wilson <[EMAIL PROTECTED]> wrote: > --- [EMAIL PROTECTED] wrote: > > Is there something that the SQLite core can do better? > > Perhaps exclusive locks on journal files would help avoid this problem. > Or are the -journal and etilqs_* files supposed to be sharable by other > sqlite processes? >
They are, at least on unix. On unix, both files are opened with the O_EXCL flag. How do I do the same thing for windows? -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------