Icon View Incident Report

Minor Minor
Reported By: Fernando Dias
Reported On: 12/8/2008
For: Version 2.02 Build 5
# 2868 FETCH Statement Causes AV when Number of Target Variables Does Not Match Columns

FETCH generates an AV if a columns list is specified and the number of columns to retrieve is greater than the number of target variables.

The AV happens during the script prepare and was tested using build 5 but I detected the problem with build 4 too.

FETCH FIRST FROM Lin(TipoDoc, SerieDoc) INTO TDoc;



Comments Comments and Workarounds
The workaround is to make sure that the number of target variables matches the number of columns.


Resolution Resolution
Fixed Problem on 12/9/2008 in version 2.02 build 6


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
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