Subject Cursors are allowed?!??!
Author Tobias Giesen
Hello,

In the good old IB 6 Data Definition guide, somebody wrote about the
stored procedure and trigger language:

"Cursors are allowed" (pg. 140)

Allowed?

But apparently DECLARE CURSOR is not allowed within a stored procedure.

Or is it?

DECLARE CURSOR causes "token unknown" on my system.

Can somebody explain what "allowed" means, or how to use cursors within
stored procedures or something to that effect ... thanks!

Cheers,
Tobias