Prev Next
Answers (1)
Tomas Jan 31, 2012 14:05
Answer:  

When we need to explicitly control the transactional units of work we use explicit transaction. We use additional services (or) built in services.


pub.art.transaction.start transaction() ; pub.art.trans. :commit transaction  (or) Rollback Transaction.


A new explicit transaction can be started with a transaction contest . provided that you ensure that the transaction within transaction context are completed within reverse order they were started.


Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect