|
AnyDAC
|
Controls waiting for pessimistic lock to be acquired.
Use LockWait property to control, should AnyDAC wait while pessimistic lock will be acquired (True), or return error immediately (False) if record is already locked. The default value is False.
The LockWait property is used only if LockMode = lmPessimistic.
Note, not all DBMS are support LockWait=False or True. So, LockWait declares rather the desired behaviour and is not a must.
property LockWait: Boolean;
|
What do you think about this topic? Send feedback!
|