Icon View Incident Report

Minor Minor
Reported By: Rolf Frei
Reported On: 5/8/2004
For: Version 4.05 Build 1
# 1691 DBISAM_LOCKTIMEOUT Constant Is Still Listed in the Manual As Valid

The DBISAM_LOCKTIMEOUT constant is still listed in the Helpfile under Errorcodes.



Comments Comments
This constant was replaced with the following constants in V4:

DBISAM_READLOCK = 10225;
DBISAM_READUNLOCK = 10226;
DBISAM_WRITELOCK = 10227;
DBISAM_WRITEUNLOCK = 10228;
DBISAM_TRANSLOCK = 10229;
DBISAM_TRANSUNLOCK = 10230;

to give the developer more control over which condition he/she was responding to, especially when it comes to transaction lock timeouts.


Resolution Resolution
Fixed Problem on 5/8/2004 in version 4.06 build 1
Image