Icon View Incident Report

Serious Serious
Reported By: Simon Craythorn
Reported On: 8/28/2009
For: Version 2.02 Build 15
# 3064 Displaying Binary Values in the ElevateDB Manager Can Cause an AV

Either I'm doing something wrong (probably) or there is some issue with the ElevateDB Manager (Unicode) that is preventing tables (or results) being displayed if they contain binary values.

I have a table that has a field type BYTE(1)

I insert a value into that table it works fine. But if I open the table in the Manager at crashes when it attempts to display that field.

CREATE TABLE "Test" ("Flags" BYTE(1))
INSERT INTO Test (Flags) VALUES (X'0A')



Comments Comments
The ElevateDB Manager now allows for proper display and editing of binary values as SQL hex strings (X'0A0A').


Resolution Resolution
Fixed Problem on 8/29/2009 in version 2.03 build 1


Products Affected Products Affected
ElevateDB Additional Software and Utilities

Image