VB6 ADO Connection - How to Check if in Transaction?
- by Tom Tresansky
Is there any way to tell, using just the ADODB.Connection object, whether or not it is currently involved in a transaction?
I'd love to be able to test this on the connect object itself, without relying on keeping a boolean next to it updated.