Subject Re: [firebird-support] Using Cursor in FB1.5 Store Procedure
Author Helen Borrie
At 05:13 AM 22/04/2004 +0000, you wrote:
>I am converting my existing SQL Database to FB1.5. I found that I
>cannot declare cursor in the store procedure. Is this a bug or there
>is another way of declaring cursor?

Better you explain what you want to achieve. Firebird implements cursors
in two ways: the one you choose to use depends on the task.

As you're probably aware, there is no standard for stored
procedures. Every RDBMS has its own way to do things...do you have the IB
6 beta Language Reference (LangRef.pdf)?

/heLen