How to use TransactionScope to roll back changes except for one ta

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to roll back database activities from Business Object level. I need to
roll back changes in all other tables except ProcessError table where I
logged my process errors.

I need to do this business object level transactions in many places and the
application structure is very complicate. So I don't have much way to know
what tables or databases I am updating from the business object layer. I just
want to roll back database changes except for ProcessError table.

Can TransactionScope help me to for this?

Thanks a lot.
 
Back
Top