Subject Re: [ib-support] Cursors are allowed?!??!
Author Dimitry Sibiryakov
On 20 Sep 2002 at 1:53, Tobias Giesen wrote:

>"Cursors are allowed" (pg. 140)
>
>Can somebody explain what "allowed" means, or how to use cursors
>within stored procedures or something to that effect ... thanks!

FOR SELECT ... AS CURSOR <cursor name> DO ... is allowed. These
cursors allow to use 'WHERE CURRENT OF' in UPDATE and DELETE
statements.

SY, Dimitry Sibiryakov.