locking level

locking level
Locking is a database operation that restricts a user from accessing a table or record. Locking is used in situations where more than one user might try to use the same table at the same time. By locking the table or record, the system ensures that only one user at a time can affect the data.

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.