Subject Re: [firebird-support] what is the use of "for update" clause
Author Dmitry Yemanov
james_027 wrote:
>
> I have a firebird book by helen, but I can't understant the purpose of
> "for update" clause.

Its only purpose is to ensure that your select will fetch data precisely
row by row, without any batching performed by the remote protocol or
other layers.


Dmitry