Subject Re: Commit transaction within a Stored Procedure
Author robertosmith8
Thanks guys.

--- In firebird-support@yahoogroups.com, Uwe Grauer
<uwemailmeister@...> wrote:
>
> robertosmith8 wrote:
> > Hi,
> >
> > What is the syntax to commit transactions within a stored procedures
> > after performing some insert and update calls.
> >
> > Thanks.
> >
> > roberto
>
> Committing a transaction from within a stored procedure isn't possible.
> You have to do this from your calling client.
>
> Uwe
>