Subject | RE: [firebird-support] Re: Advancing the OAT |
---|---|
Author | Alan McDonald |
Post date | 2005-12-05T23:37:49Z |
> Several reasons.if you made the read transaction readonly, this woul not stick the OAT
>
> 1) I would still have the read transaction open for the entire duration
> so I would still have a stuck OAT.
Alan
> 2) I am uncertain how locking would be affected.
> 3) For reasons of convenience I read the row to be updated and then use
> RDB$KEY in the UPDATE statement to find the record for update. This
> won't work across multiple transactions.
>