Record locking

Updated: 04/26/2017 by Computer Hope

Record locking is when a record is currently open or used, and is locked. Locking prevents the data being modified by one user while it's being read by another user. Locking is also called mutual exclusion, or mutex.

Record