Subject Re: Confusion regard transaction isolation levels
Author csswa
--- In ib-support@y..., "Jason Wharton" <jwharton@i...> wrote:
> As far as I'm aware, the only way you can get a smooth operation to
just
> patiently rip through the data is to use committed isolation with
the right
> recversion setting coupled with lockwait so that it will consider
deadlocks

So in isql this would be:

SET TRANSACTION WAIT ISOLATION LEVEL READ COMMITTED RECORD_VERSION

?

Regards,
Andrew Ferguson