Icon View Incident Report

Serious Serious
Reported By: Mauro Botta
Reported On: 6/11/2012
For: Version 2.08 Build 3
# 3593 Enabling TEDBSession KeepTablesOpen Property Can Cause Row Locks To Persist Beyond Table Close

i have any lock ( ghost ) problem.

Use : TEDBTable

I have found the problem :

open table1
open table2
open table3

Table 1 Edit Record 1
Table 2 Edit Record 2
Table 3 Edit Record 3

// 3 table at the same time !!!

Close table1
Close table2
Close table3

with edb 2.08 when i close the first table, record 1 is always locked

the lock are removed only when all 3 table are closed.


Comments Comments
Thanks to Terry Swiers for finding out that the key to the bug is enabling the KeepTablesOpen property.


Resolution Resolution
Fixed Problem on 6/21/2012 in version 2.09 build 1


Products Affected Products Affected
ElevateDB Additional Software and Utilities
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