Subject Re: what is the use of "for update" clause
Author james_027
> It turns off result dataset buffering, so client application can be
> sure that server cursor in dataset is set to just fetched record.
> Used for following UPDATE|DELETE...WHERE CURRENT OF...
>
> --
> SY, Dimitry Sibiryakov.
>

Thanks to both of you Dmitry and Dimitry, can you give me a sample or
a scenario where this can be really useful?

james