Subject | How to prevent deadlock ??? |
---|---|
Author | Tanno Vorenkamp |
Post date | 2002-11-13T10:32:24Z |
Hi all
At updating a record one of the users of our system gets
"lock conflict on no wait transaction deadlock"
The TIB_Transaction has the following settings
ServerAutoCommit := False;
Isolation := tiCommitted;
RecVersion := True;
ReadOnly := False;
LockWait := False;
Should I change these settings to prevend deadlocks ?
any input appreciated
regards
Tanno
At updating a record one of the users of our system gets
"lock conflict on no wait transaction deadlock"
The TIB_Transaction has the following settings
ServerAutoCommit := False;
Isolation := tiCommitted;
RecVersion := True;
ReadOnly := False;
LockWait := False;
Should I change these settings to prevend deadlocks ?
any input appreciated
regards
Tanno