Icon RecordLockRetryCount Property

property RecordLockRetryCount: Integer

Usage

Use the RecordLockRetryCount property to specify the number of times ElevateDB will retry a row lock before raising a row lock exception. The amount of time between each row lock retry is controlled by the RecordLockWaitTime 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