opening transaction validation in vb.net

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2010-05-04T02:52:38Z Indexed on 2010/05/04 2:58 UTC
Read the original article Hit count: 267

Filed under:
|
|

Can anyone help me on how can I validate transaction

example:

transaction = mySqlConn.BeginTransaction(IsolationLevel.ReadCommitted)

If there's still an opened transaction, then the code above will ignore.. How do I know if there was a transaction not yet committed before opening new transaction to avoid Nested Transaction?

© Stack Overflow or respective owner

Related posts about validating

Related posts about transaction