TADOConnection BeforeCommit event? (Oracle).



Hello all,

I am trying to resolve a problem in an app that results in a
transaction session being committed, even though I have not explicitly
(knowingly) called CommitTrans(). I really want a BeforeCommit event so
that I can catch the call stack, but there is none, AFAIK.

Anyone know how to do this? I have searched for CommitTrans in the
code, and all of the calls are paired with a BeginTrans, which would
fail if the session is already in a transaction.

Thanks for any help,

DeanB

.