TurboDB VCL Component Library

TTdbDatabase.LockingTimeout

TTdbDatabase

Previous  Top  Next

Defines the time to wait for a locked record.

Delphi syntax:

property LockingTimeout: Integer;

C++ syntax:

__property int LockingTimeout = {read=FLockingTimeout, write=FLockingTimeout, nodefault};

Description

When a session wants to edit a record which is already being edited by another session, TurboDB waits for time defined by this property before the second session receives an exception. The waiting time is given in milliseconds.