Icon View Incident Report

Serious Serious
Reported By: Terry Swiers
Reported On: 9/3/2010
For: Version 2.03 Build 21
# 3316 Manually Unlocking All Rows After a Previous Row was Manually Locked and Deleted Causes Error

Calling UnlockAllRecords if a previously locked record has been deleted throws a 1006 error. Open any table, lock the current record, delete the record, and then call UnlockAllRecords.

T.LockCurrentRecord;
T.Delete;
T.UnlockAllRecords;  >> Will throw a 1006



Resolution Resolution
Fixed Problem on 9/4/2010 in version 2.03 build 22


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB LCL Standard with Source
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image