Subject Re: [firebird-support] Cursor
Author Ann W. Harrison
Dion wrote:
> How do I join 2 tables in a stored procedure using firebird. Assigning
> cursors to variables and doing a join works in MSQL. Can I do this in FB?

Cursors are part of stored procedures in V2. But why not just use the
normal join syntax?

Regards,


Ann