Subject Re: [firebird-support] Transaction ID
Author Helen Borrie
At 10:04 AM 11/05/2007, you wrote:
>Is possible get the transaction ID in Firebird 1.5?

Read the context variable CURRENT_TRANSACTION.

>Is there any api function for it?

No. But there is the constant isc_info_tra_id that the engine reads
internally from the isc_transaction_info() result structure when requested.

./heLen