Subject | RE: [firebird-support] Interbase \ Firebird and Stored Proc's |
---|---|
Author | Alan McDonald |
Post date | 2004-05-18T10:37:36Z |
> This shouldn't depend on your tool. A selectable SP will beAnd also in the form
> called just like
> a select :
>
> Select * from <your_selectable_SP>
>
>
> Regards.
>
> --
> Jerome
SELECT * FROM MYSELSP(PARAM1, PARAM2, ETC)
Alan