Hi All
i was developed my flow in this way…
MAIN…
Start Transaction
try…
Insert
update
delete service {Thes e is treated as a single unit and alll the operations perform on the same data base }
commit
catch…
roll back
If for example update transaction failed,is it roll backs insert to prevous state?
Can any body clarify on this…
hope for the positive response.
In a transaction context, either all the database operations are committed or all database operations are rolled back. No partial commit or rollback is possible.