Subject | Re: [firebird-support] Interbase \ Firebird and Stored Proc's |
---|---|
Author | Jerome Bouvattier |
Post date | 2004-05-18T10:03:02Z |
Hi Wayne,
Look at LangRef guide Chap 3 "Procedures and Triggers". Especially the
"Suspend" keyword which permits what you want to do.
a select :
Select * from <your_selectable_SP>
Regards.
--
Jerome
> In Interbase \ Firebird is it possible to write a Stored Proc that canreturn
> a result set - like in SQL Server or can Interbase \ Firebird only returnOutput
> parameters and return codes?Yes, selectable stored procs are supported in IB/FB.
Look at LangRef guide Chap 3 "Procedures and Triggers". Especially the
"Suspend" keyword which permits what you want to do.
> The utility that i am using to manipulate the Database only allows me toThis shouldn't depend on your tool. A selectable SP will be called just like
> return output params and return error codes - That is why i am asking.
a select :
Select * from <your_selectable_SP>
Regards.
--
Jerome