Icon View Incident Report

Serious Serious
Reported By: Heiko Knuettel
Reported On: 12/18/2008
For: Version 2.02 Build 5
# 2877 Setting a BLOB Column to an Empty String Causes The Existing Text to Still Show

The following results are not correct.

UPDATE table SET clobfield='test'  -> works
UPDATE table SET clobfield=null  ->  works

but

UPDATE table SET clobfield=''  ->  leaves clobfield as is



Comments Comments
The problem was with the reading of the BLOB when the size was 0, so applying the build 6 code will result in the proper results without having to re-assign the empty string to the BLOB column.


Resolution Resolution
Fixed Problem on 12/18/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