Hi All,
I need a way to avoid Lost Updates due to concurrency issues in my web application. Currently, when user A updates a record, while the user B updates the same record a few moments later. The update done by user A is lost.
Is there any easy way to avoid this? Thanks in advance.
Go to the complete details ...