Base solution for your next web application
Open Closed

How to prevent Transaction rollback #6494


User avatar
0
aggarwal created

Hi Guys,

I have a situation where I am making several update transactions to Db.

I am fetching an Odata refresh token and saving to db table. However, if any error happens down the line, I am throwing a Userfriendly exception.

In this case, DB update is rolled back.

Is it possible to ovverride a particular db update to avoid rollback?

Regards, Vikas


2 Answer(s)