Lock Wait Timeout
- Last Updated: April 17, 2024
- 1 minute read
- DataDirect Connectors
- ODBC
- Progress Openedge 8.0
Attribute
LockWaitTimeout (LWT)
Purpose
Specifies the number of seconds the driver waits to execute an OpenEdge process when encountering a locked resource.
Valid Values
0 | x
where:
- x
- is a positive integer that specifies a number of seconds. The minimum
is
5and the maximum is4294967295. Any value that falls outside this range is treated as a value of0.
Behavior
If set to 0, the driver fails an OpenEdge process
immediately when encountering a locked resource.
If set to x, the driver
waits the specified number of seconds to execute an OpenEdge process when encountering a
locked resource. If the resource is still locked after the specified period, the process
times out and the wait is canceled.
Default
0