"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.
--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to