How do you check if an ADO transaction is open?
I issued a connection.BeginTrans, and in a subsequent statement I want to check if I have an open transaction.
Is there a property that I can test, or do I have set a boolean flag and test the boolean.
Thanks,
DA




Reply With Quote