Default Record Locking : Lock « Access « VBA / Excel / Access / Word






Default Record Locking

 
Sub SetLocking()
    Application.SetOption "Default Record Locking", 2
End Sub

 








Related examples in the same category

1.Use Row Level Locking
2.Set and get the lock type
3.use optimictic lock to open recordset
4.Configuration of LockType as a Property of the Recordset Object
5.Set Lock Type to adLockOptimistic