I need to Lock the entire DB from one process (locking other processes
out),
and Mainitain that lock until I specifically UNlock the DB.  The automatic
locking of Transactions in sqlite does not give me direct control and is of
no
use to me (those locks go away automatically, leaving me no control over
them.)

I only need this for the Windows O.S., and I'll do whatever coding (C or
C++)
is needed.  I tried window's LockFile() but then the locking thread itself
couldn't access the db either.

Any help or direction would be greatly appreciated.

Andy

Reply via email to