Subject | Re: [ib-support] Stored procedure retun |
---|---|
Author | Martijn Tonies |
Post date | 2003-02-10T13:11:56Z |
Hi,
The procedure should have SUSPEND in it's loop.
And of course, some output parameters :)
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase & Firebird
Firebird Workbench - the developer tool for Firebird
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
> Is it posible to have a stored procedure return a dataset ?Yes.
>
> A simpel ex. could be Select * from MyTable
>
> which should return 20 records.
>
The procedure should have SUSPEND in it's loop.
And of course, some output parameters :)
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase & Firebird
Firebird Workbench - the developer tool for Firebird
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."