Subject | RE: [Firebird-Architect] Autonomous Transaction Routines |
---|---|
Author | Claudio Valderrama C. |
Post date | 2007-11-10T10:20:16Z |
> > If yes, do we have a field in mon$transactions to indicate their specialHow do you tell which is the parent and which is the child? How do you tell
> > nature?
>
> ID of "parent" transaction ? I like it
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.