TranCount : Returns the number of active transaction in the current connection.
Behavior of TranCount:
1.Increments the Count by 1 for every transaction.
2.Decrements the count by 1 for every commit.
3.Sets the Count to “0” on Rollback.
TranCount : Returns the number of active transaction in the current connection.
Behavior of TranCount:
1.Increments the Count by 1 for every transaction.
2.Decrements the count by 1 for every commit.
3.Sets the Count to “0” on Rollback.