Subject Re: cannot disconnect database with open transactions
Author theghost_k8
hi there,
the problem here is i am not using the transaction in any ways !!
its just a common connection and command object !!
using same conn i fire 2 select queries and a stored proc. nothing else.
i don't know how this active transaction occurs in this scenario.
can i get, by any way the transaction-handles so that i can handle
them? is there any way i can get count of active-transactions?