Icon View Incident Report

Serious Serious
Reported By: Grzegorz Rewucki
Reported On: 7/16/2007
For: Version 1.04 Build 5
# 2413 TEDBTable FindKey Method Reporting Matches on Partial-Length Strings

I think that there is a bug in TEDBTable FindKey method. FindKey return True after partial comparison only. I have a table with field:

"Id" VARCHAR(6) COLLATE "PLK"

this field is defined as primary key:

CONSTRAINT "PK_TAB" PRIMARY KEY (Id)

Table contains 3 rows:

SZK101
SZK102
SZK122

and FindKey('SZK1') returns True.


Resolution Resolution
Fixed Problem on 7/16/2007 in version 1.04 build 6


Products Affected Products Affected
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image