Icon RecordLockWaitTime Property

property RecordLockWaitTime: Integer

Usage

Use the RecordLockWaitTime property to specify the amount of time, in milliseconds, ElevateDB will wait between retries of a row lock. The number of times that a row lock is retried is controlled by the RecordLockRetryCount property of the TEDBSession component.

Information This property only affects datasets (TEDBTable, TEDBQuery, or TEDBStoredProc components) attached to this TEDBSession component via their SessionName property.
Image