Icon View Incident Report

Serious Serious
Reported By: Ralf Bertoldi
Reported On: 4/13/2007
For: Version 1.02 Build 1
# 2325 NULL Bookmark Values Causing Positioning Issues in Datasets

I executed the following sql statement in EDBManager. In the grid I moved some rows down then up. When bof is reached, some of the first shown records are repeated.. seems like the tablecursor for moving around in the grid is wrong.

If I remove the "ORDER BY a.artnr" everything is fine.

SELECT * FROM artikel a
LEFT OUTER JOIN artek e ON (a.artinr=e.artinr)
ORDER BY a.artnr



Comments Comments
The issue was with NULL values in the bookmarks used to position the cursor on the correct row in the dataset. ElevateDB was not taking into account the bookmark values correctly.


Resolution Resolution
Fixed Problem on 4/15/2007 in version 1.03 build 1


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

Image