On 4/25/16, Mark Foley <mfoley at novatec-inc.com> wrote: > This is probably taking us down another path, but how would my query succeed > at > all if I need a lock to read and the DB file itself is read-only? >
Most systems allow you to obtain a read-lock on a read-only file. -- D. Richard Hipp drh at sqlite.org