Subject How to find a transaction in the code given TID?
Author Krzysztof Koz³owski
Hi,

I have gota following problem. I am using the Firebird database for
the application I am developing, and while looking through Transaction
Inventory Pages I have found out, that I have a transaction which has
been started some time ago, but is still active (supposedly hasn't
been commited while it should have). I have got it's ID, now I am
wondering how can I find this uncommited transaction in the code of my
application. I am using TIBClientDataSet, TIBQuery and TIBSQL for
changing the DB content. Do these components have any access to the
Transaction IDs which is being created while these are opened/executed?

Regards,

Krzysztof