Subject BLOB
Author Enrico Cima
Dear All,
i do have a problem and not know if it is my problem actually:

I'm using IBO just for my hobby, so i'm not so experienced. Sorry for this.
I do have a generic simple database containing like:

TABLE _TITOLO (
TITOLO TITOLO NOT NULL COLLATE NONE,
CONFERMA INTEGER NOT NULL,
TIT_TXT BLOB sub_type 1 segment size 1,
TIT_COMM_1 BLOB sub_type 1 segment size 1,
TIT_COMM_2 BLOB sub_type 1 segment size 1,
TIT_BMP BLOB sub_type 2 segment size 1);

While i use this i a normal Form i can insert everything and all is shown correctly (just tuse TIT_BMP for putting and image, the other BLOB for text only).
In the form i'm using IB_RichEdit for text and IB_Image for the BMP.

When i post the data, all is correctly saved.
When i retrive the data, the BMP is not shown, seems empty. But, if i use EMS i can see is correctly saved and i can show the image.

I'm using the same way for other situation, but not having this problem. (I'm wondering if is because three blobs in the same Archive and something is happening through IB_Query while opening. Infact also when opening in the IDE with IB_Query TIT_BMP is empty.
The query is just SELECT * FROM TITOLO

I'm using CBUILDER6 and IBO 4.2Ie, the last version that i thank a lot Jason to have given me for my hobby.

Thanks to all and have a nice weekend.

Regards,
Enrico Cima


[Non-text portions of this message have been removed]