Subject RE: [firebird-support] Stored Procedure: Result set and out parameter
Author Leyne, Sean
Pierre,

> I need to implement a stored procedure that returns a result set and has an
> output parameter.
>
> This is apparently supported in SQL server and MySQL.
>
> How can this be done in Firebird?

The equivalent functionality in Firebird is known as a SELECTABLE procedure, please review the documentation/FAQ for details.


Sean