Record « User « JSP-Servlet Q&A





1. Record Locking in multi-user    coderanch.com

I am developing an application using Oracle database. The application has several client. The application has a page list all records in the table. When user click the row, it will goto edit page for user update. The problem is when two user edit the same record at the same time, the last user will overwrite the previous user. Is it ...