Re: [sqlite] How to lock sqlite DB when access it

2007-02-01 Thread drh
"chueng alex1985" <[EMAIL PROTECTED]> wrote: > I want to lock a DB when I access it, in case of two processes write/read it > at the same time. > This happens automatically. You do not have to do anything. -- D. Richard Hipp <[EMAIL PROTECTED]>

[sqlite] How to lock sqlite DB when access it

2007-01-31 Thread chueng alex1985
I want to lock a DB when I access it, in case of two processes write/read it at the same time. Forgive my poor english. Thank you.