Subject | Re: [firebird-support] Transactions |
---|---|
Author | Helen Borrie |
Post date | 2005-04-19T12:47:46Z |
At 12:58 PM 19/04/2005 +0200, you wrote:
in the lifetime of the database.
./hb
> > Is there a way to get a global transaction identifier for an sqlAs long as you realise that CURRENT_TRANSACTION, if stored, won't be unique
> > statement?
> >
> > For instance suppose I have a trigger (on insert of a row in table),
> > which inserts a row in another table.
> >
> > Is there a way to know that these statements have been executed from the
> > same transaction?
>
>If you are using Firebird 1.5, then you can use the CURRENT_TRANSACTION
>context variable.
in the lifetime of the database.
./hb