I have been cruising through MSDN making sure I understand recordset locking. One thing that I need clarifying concerns the .LockEdits method of a recordset.
It can be set to 'True' or 'False' and is used in the MSDN examples. In the reference books I use, the method is not used. I think that the .LockEdits sets the locktype of a recordset to Pessimistic when on and optimistic when off. It is therefore a more simplistic alternative to specifying the .locktype property to adLockOptimistic, adLockPessimistic, adLockReadOnly and adLockBatchOptimistic.
Could somebody confirm my conclusion?
Dazed and confused
It can be set to 'True' or 'False' and is used in the MSDN examples. In the reference books I use, the method is not used. I think that the .LockEdits sets the locktype of a recordset to Pessimistic when on and optimistic when off. It is therefore a more simplistic alternative to specifying the .locktype property to adLockOptimistic, adLockPessimistic, adLockReadOnly and adLockBatchOptimistic.
Could somebody confirm my conclusion?
Dazed and confused