"Pat Wibbeler" <[EMAIL PROTECTED]> wrote:
> Is there a means for explicitly escalating an existing transaction from
> RESERVED to EXCLUSIVE (either through issuing sql statements or the C
> API)? 
> 

No there isn't. If you need to prevent other processes from
reading the database (presumably to avoid a delay in subsequent
commits) then you will need to implement your own locking
protocol external to SQLite.
--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to