Icon View Incident Report

Serious Serious
Reported By: Richard Harding
Reported On: 3/16/2007
For: Version 1.01 Build 1
# 2273 Column Bindings in Row Values Causing Values for Columns to Appear and Disappear

am converting a DBISAM application to ElevateDB. I have a table TEST with the following structure. This table is displayed in a grid. After performing some actions, all the values in the NAME column disappear. The values become empty strings. All the other columns are OK. If I add another column called NAMEX and populate it with the same values as the NAME column, then these values are always displayed.

CREATE TABLE "Test"
(
"ID" INTEGER GENERATED BY DEFAULT AS IDENTITY (START WITH 46, INCREMENT BY 1) NOT NULL,
"Name" VARCHAR(24) COLLATE "ANSI_CI" NOT NULL,
"SequenceNo" INTEGER NOT NULL,
"Abbreviation" VARCHAR(12) COLLATE "ANSI" NOT NULL,
. . . . . . . . .
)



Comments Comments
The issue was with the internal binding of the columns to the row values. The column offsets were getting corrupted, thus causing the problem.


Resolution Resolution
Fixed Problem on 3/19/2007 in version 1.02 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