Subject Re: question about use of SUSPEND statement
Author Alexander V.Nevsky
--- In firebird-support@yahoogroups.com, <peter@c...> wrote:
> That's put my mind at rest, I never return more than 1 result set
from a stored procedure so I guess I am ok.

You can still have troubles calling from client application more
than one executable procedure with different amount of parameters in
one transaction if occasionally you use Borland gds32.dll on client.
Old workaround for this was to make executable procedure selectable
adding suspend and call them via Select From Procedure.

Best regards,
Alexander.