Subject Re: [firebird-support] easy information about cursor
Author Helen Borrie
At 06:52 PM 15/11/2003 +0000, you wrote:
>Where can i find information about cursors in FB.
>thanks

EmbedSQL.pdf and APIGuide.pdf from the IB 6 beta docs.

NB EmbedSQL.pdf contains a *lot* of stuff that isn't documented anywhere
else, that's applicable to DSQL as well as ESQL.

However, if you're looking for how to perform a cursor-style operation in a
SP, look at the FOR SELECT <..............> FROM <........> INTO
<variables> syntax in PSQL (procedure language) in the LangRef.

heLen