A
Avi
Hi all,
How do I prevent new connections inside a TransactionScope from going up to
the DTS?
using (TransactionScope scope = new
TransactionScope(TransactionScopeOption.Required))
{ Open connection here }
Thanks,
Avi
How do I prevent new connections inside a TransactionScope from going up to
the DTS?
using (TransactionScope scope = new
TransactionScope(TransactionScopeOption.Required))
{ Open connection here }
Thanks,
Avi