[EMAIL PROTECTED] wrote:
"Dan Petitt" <[EMAIL PROTECTED]> wrote:

I think (looking at the source) that it's a pragma, but I don't know when
you set it, once when DB is opened, on each write or on each read.

You are the third to ask (including me), maybe Richard or someone else can
through some light on it for us.

READ UNCOMMITTED only works if you enable the shared cache
feature and have two or more database connections sharing the
same page and schema cache (meaning that they are both running
in the same thread).  Documentation is forthcoming.

I don't understand the point of this feature. In fact I don't know why I would want more than one database connection per thread at all. When would I need that?

-- Gerhard

Reply via email to