Subject Obtaining a Firebird transaction number
Author garethm
Hi,

I am receiving an error which indicates that I have an update that conflicts with a concurrent update. The error messages includes the following: "concurrent transaction number is 204540".

When using a TIB_Monitor, IBObjects reports the transaction handle number, which seems to be related to the order in which transactions on a given connection are created or started, but doesn't tie back to the transaction number supplied by Firebird in this message.

Is there any way to get the Firebird transaction number for the various TIB_Transaction objects I have in my application so that I can track down where the conflict is coming from?

Regards,
Gareth Marshall