VB6 ADO Connection - How to Check if in Transaction?

Posted by Tom Tresansky on Stack Overflow See other posts from Stack Overflow or by Tom Tresansky
Published on 2010-04-07T12:50:11Z Indexed on 2010/04/07 12:53 UTC
Read the original article Hit count: 206

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about vb6

Related posts about visual-basic