I am giving the scenario below...
it was an interview Question.can any one plz tell me the result?
I am accessing the the table values based on orader_no..it will give 5 results..
so i decided to delete the 5 record ..and insert the new values(3 record)
another user also accessing with same order_no..He also received same set of results (5 rec)...after thet he got the msg displayed like
"Another user is in transaction"....
1 st user click "save" option..so last 3 records has been saved successfully
when the second user search with same ordre_no...he got only 3 records which was inserted by 1 st user...
how to get back the old values