Nested Transaction
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I´m working with Sql Server 2000 and C# Framework 1.1. I would like to create a nested transaction that is I would like the option to the following: _ i ´ve got an object x with a subset of object y. How can i create a nested transaction? when i storing the objects i would like to have the possibilisty to store the objects x in the DB but i´ve got an exception while storing y i would like to have the possibility of rollback. That is: Transaction X begin Transaction Y begin Transacation Y rollback --> Only rollback Y not X Transaction X commit --> Commit X