Icon View Incident Report

Serious Serious
Reported By: Vladimir Kraus
Reported On: 4/25/2016
For: Version 2.23 Build 2
# 4380 CASTing a BLOB as a VARCHAR Causes Conversion Error

CAST BLOB into VarChar seems to do not work anymore.

The Error Message:
ElevateDB Error #1011 An error occurred with the value (A conversion error occurred with the value)

CREATE TABLE "tstTable"
(
"tstBLOB" BLOB
)

.. inserting the value "test 1" using the EDB Manager (via importing it from a DAT file) .. or inserting any value using any other way

SELECT CAST(tstBLOB AS varchar(255)) FROM tstTable
-> that error message



Resolution Resolution
Fixed Problem on 4/26/2016 in version 2.24 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