Subject RE: [firebird-support] Interbase \ Firebird and Stored Proc's
Author Alan McDonald
> This shouldn't depend on your tool. A selectable SP will be
> called just like
> a select :
>
> Select * from <your_selectable_SP>
>
>
> Regards.
>
> --
> Jerome

And also in the form
SELECT * FROM MYSELSP(PARAM1, PARAM2, ETC)

Alan