sfaisalawan
New member
- Local time
- Today, 01:04
- Joined
- May 7, 2011
- Messages
- 1
Hi All
I have question on Record Lock in Java.
I have this Situation.
In my java application, a user can login and search all the (some product )cases which are open.
He opens up this case, see the details and click on EDIT button to edit the case.
At the same time another user logins and tries to edit or delete.
Then a message should pop up saying, the record is locked.
How do i lock the record for one particular user, and unlock after he is done updating ?
Thanks
Faisal
I have question on Record Lock in Java.
I have this Situation.
In my java application, a user can login and search all the (some product )cases which are open.
He opens up this case, see the details and click on EDIT button to edit the case.
At the same time another user logins and tries to edit or delete.
Then a message should pop up saying, the record is locked.
How do i lock the record for one particular user, and unlock after he is done updating ?
Thanks
Faisal