Subject RE: [Firebird-Architect] Autonomous Transaction Routines
Author Claudio Valderrama C.
> > If yes, do we have a field in mon$transactions to indicate their special
> > nature?
>
> ID of "parent" transaction ? I like it

How do you tell which is the parent and which is the child? How do you tell
the difference between a normal txn that spawned two autonomous txn and a
normal txn that spawned an auto txn that in turn spawned another auto txn?
Can the code running inside an auto txn start a normal txn? I ask to be sure
since we don't allow SET TRANSACTION in DML.

C.