abenitez77
IS-IT--Management
I am using SQL server as my back end and I have multiple users that will be using this app. It is possible that 1 user will query say 20 records and another user could query the same records. I want to lock the records until the first user releases them. How do I do this? and how do I notify the second user that the records are locked by another user? I don't want the second user to be able to even view the records until the first user releases the records.