G
Guest
Hi,
I have some code like this :
DBTransaction = DBConnection.BeginTransaction()
Assuming I don't book keep the return from this call ,
How do I
1) determine if there is a DBTransaction pending on this DBConnection and
2 ) if there is , what is the DBTransaction .
thanks
-chaz
I have some code like this :
DBTransaction = DBConnection.BeginTransaction()
Assuming I don't book keep the return from this call ,
How do I
1) determine if there is a DBTransaction pending on this DBConnection and
2 ) if there is , what is the DBTransaction .
thanks
-chaz