Subject Memo Blob error
Author akahanek@qgir.cz
Hi,
I have a table like the following one:

CREATE TABLE A (
SOMECOLUMNS INTEGER,
NOTE BLOB sub_type 1 segment size 80
)

and when showing data from the NOTE field in TIB_Memo, something like
"...BLR version xxx is not suported...", where xxx can be number from 50
to 100. When I check the stored data by means of some IB admin tool, the
data are in then blob field stored correctly. The only problem is with
displaying the data.

Can anyone tell me, what is wrong?

Thanks, Ales