Hi Igor, I have another question : how to enabled shared-cache mode for the connection? Thanks, JP
________________________________ From: Igor Tandetnik <[email protected]> To: [email protected] Sent: Tuesday, April 14, 2009 12:06:29 PM Subject: Re: [sqlite] PRAGMA read_uncommitted = 1 Joanne Pham <[email protected]> wrote: > I have read this document and it stated that if a database connectin > in read-uncommitted mode does not attempt to obtain reaad-locks > before reading from database tables. > So in this case if the connection in read-uncommited modes then it > allows the follwing : > - concureently reads > - also allows read if there is a write-lock > right? Yes. But this all only applies to connections that share cache. Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

