On 8/23/07, Pavan <[EMAIL PROTECTED]> wrote: > As per my understanding I see that SQLite supports only database locking, as > opposed to table/row locking. Does anyone know if you can read from a locked > database ? (i.e. if one application has locked the database for writing, > then can another application read/query it whilst its locked?
No, however the blocking time for readers is made as short as possible. See http://sqlite.org/lockingv3.html for the details. ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------