Subject | Re: [firebird-support] Getting transaction ID |
---|---|
Author | Helen Borrie |
Post date | 2004-01-20T14:59:32Z |
At 02:00 PM 20/01/2004 +0000, you wrote:
insert into mytable (a, b, tran_d)
values('alpha', 'beta', current_transaction);
and so on..
/hb
>Is there SQL or stored(or UID) function to get current transaction ID ?select current_transaction as tran_id from rdb$database;
insert into mytable (a, b, tran_d)
values('alpha', 'beta', current_transaction);
and so on..
/hb