Icon View Incident Report

Minor Minor
Reported By: Fernando Dias
Reported On: 4/1/2008
For: Version 1.09 Build 1
# 2593 Extra Parameter in SQL/PSM Statement Does Not Raise Exception

Because of that thread about dynamic parameters, I was doing some tests and found a strange situation: the following script executes correctly, without errors, completely ignoring the existence of the 2nd parameter.

SCRIPT
BEGIN
  declare sql1 statement;
  prepare sql1 from
    'update Moedas set NomeMoeda=''alt2'' where Decimais = ? ?';
  execute sql1 using 1, 2 ;
  unprepare sql1;
END



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


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 VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image