Icon View Incident Report

Serious Serious
Reported By: Uli Becker
Reported On: 4/6/2012
For: Version 2.08 Build 3
# 3578 Passing a NULL Value as an OUT or INOUT Parameter in SQL/PSM Routine Can Cause Conversion Error

An error occurs when executing the setupmainoffice.sql (conversion error of the ID...) that is part of the sales quotation replication example.

PREPARE SalesPersonStmt FROM 'INSERT INTO "SalesPerson" VALUES (?,?,?,?)';

EXECUTE SalesPersonStmt USING NULL,'Guy Smiley',NULL,NULL;
EXECUTE SalesPersonStmt USING NULL,'Tom Sawyer',NULL,NULL;



Comments Comments
The conversion error happened on the first NULL value being passed in to the EXECUTE statement.


Resolution Resolution
Fixed Problem on 4/10/2012 in version 2.09 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 LCL Standard with Source
ElevateDB PHP Standard
ElevateDB PHP Standard with Source
ElevateDB PHP Trial
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image