Tom Briggs <tbriggs-l/[EMAIL PROTECTED]> wrote:
   The insert will not be allowed until the query is closed, so you
can't get into this situation.

It is true that you cannot run SELECT on one connection and at the same time perform an INSERT on another. However, in recent SQLite versions, you can run data manipulation statements on the same connection on which a SELECT is in progress.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to