Subject Re: [firebird-support] Transaction inside procedures.
Author Ann W. Harrison
Waner Miranda wrote:
>
> I wanna do "update" in a table inside of one procedure, and commit the
> same update without commit the procedure's transaction.

What are you really trying to do? The operation you describe sounds very
peculiar when looked at abstractly. If you're trying to log operations
so that the log remains even if the parent transaction fails, you might
look at external tables.

>
> Do the firebird has a resource to manipulate transactions inside
> procedures?

No.

Regards,


Ann