The number of times to retry a lock attempt.

Property of

Session

Description

Any attempt to change the data in a row, for example, typing a letter in a dataLinked Entryfield control, causes an automatic row lock to be attempted. In addition to the automatic row locking, you may request an explicit row or rowset lock with the lockRow( ) and lockSet( ) methods.

If someone else already has a conflicting lock, the initial lock attempt fails. The lockRetryCount property indicates the number of times the lock attempt will be retried, while the lockRetryInterval indicates the number of seconds to wait between each attempt. If after all the attempts the lock has not been secured, the lock request fails.