Subject Re: [firebird-support] COMMIT and ROLLBACK in SP
Author Ann W. Harrison
buppcpp wrote:
> Is it correct that you don't support commit or rollback with Stored
> Procedures?

Yes.
>
> If so, is it for technical reasons or it just never made it into the
> Stored Procedure Language?
>

Neither. It's a philosophical thing. Stored procedures are atomic
operations that run under the control of a client's transaction. They
don't change the state of the client.

Regards,


Ann