Icon View Incident Report

Serious Serious
Reported By: Fernando Dias
Reported On: 4/20/2008
For: Version 1.09 Build 3
# 2615 Column Descriptions Being Used by ADO for Column Names

I can access data from Delphi via ADO components, but all field names are being taken from EDB column descriptions, not column names. What I mean is TFieldXXXX objects have the expected names but all TFieldXXXX.FieldName values are the column descriptions, not the column names.


Comments Comments
This issue was caused by the fact that ADO is not really following the ODBC spec, and considering the Title property for a column as being the same as the column name, which is not correct. However, there are other ways to obtain the column description, so this isn't a huge problem.


Resolution Resolution
Fixed Problem on 4/25/2008 in version 1.09 build 4


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

Image