Bruce Momjian wrote:
>
> > Bruce Momjian wrote:
> > >
> > > I don't know of any SQL databases that allow non-blocking lock requests.
> > >
> >
> > Oracle OCI has oopt() and Informix Online has dirty read that do the trick for
> > me.
> > --------
>
> Please give me more information. How does dirty read fix the problem?
It allows me to read uncommited records without blocking.
--------
Regards
Theo