Icon View Incident Report

Serious Serious
Reported By: Peter Thorne
Reported On: 11/20/2007
For: Version 1.06 Build 1
# 2483 INSERT INTO..SELECT Statement Does Not Work With Parameters

The following seems to have stopped working in 1.06. The following no longer inserts the record when the parameter is used. It works OK in static form with mid_local set in the SQL statement.

CREATE PROCEDURE "PopulateExportTables" (IN mid integer)
BEGIN
DECLARE Query STATEMENT;
PREPARE Query FROM 'INSERT INTO ImpExModel
SELECT * FROM Models WHERE mid_local = ?';
EXECUTE Query USING mid;
END
DESCRIPTION 'Copies the details of the current model to '+
'the temporary tables for export'



Resolution Resolution
Fixed Problem on 11/22/2007 in version 1.07 build 1


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