LockWait property |
Applies to
TIB_Transaction
Declaration
Property LockWait : boolean;
Description
When there is a conflict or deadlock condition this determines if an
error should be immediatly returned or if it should wait until the
uncommitted changes are resolved.
There are cases where it knows not to wait and a deadlock is returned
immediately regardless of this setting.
This property should only be set to true if you are absolutely certain that
the transactions involving updates are quickly resolved.