Subject | Re: [firebird-support] Selectable or not ? |
---|---|
Author | Martijn Tonies |
Post date | 2004-05-12T17:11:49Z |
Hi,
parameters. With a SUSPEND, the output parameters acts as
"columns" in the output resultset. This resultset may be 0, 1 or more
rows.
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> I could very well be wrong here since I am not an expert, but I don'tthink
> you have a choice.Why "no choice"?
> I have not been able to make a SP that has output variables operatewithout
> "suspend and select" regardless of the number of rows in the output.A SP without SUSPEND doesn't return rows, it returns output
parameters. With a SUSPEND, the output parameters acts as
"columns" in the output resultset. This resultset may be 0, 1 or more
rows.
> Furthermore, in my own experience any selectable SP cannot perform aWith regards,
> transaction since it cannot be commited inside a transaction from the
> frontend. VB6+SIBPROVIDER will generate an error when attempted.
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com