Subject Re: [firebird-support] Commit transaction within a Stored Procedure
Author Uwe Grauer
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