Subject Blob Field on Firebird
Author Walter Araújo Franco
Hi,

I have a simple project with a simple table like this:

CREATE TABLE "DITOS"
(
"DITCODIGO" INTEGER NOT NULL,
"DITMENSAGEM" BLOB SUB_TYPE TEXT SEGMENT SIZE 80 CHARACTER SET WIN1252,
PRIMARY KEY ("DITCODIGO")
);

When i used it under Interbase 6.0 (Linux / Delphi 5.0) it works fine, now i took out the IB and instaled FB, so, when i insert a new register, i receive an error:

ISC ERROR CODE: 335544329
ISC ERROR MESSAGE:
invalid BLOB ID

so, i ask, it's a problem with what? FB? Delphi? Linux? "Me"??? :-)

any hints is welcome...
txs


[]'s

Walter A. Franco
SysMaker Sistemas
Poços de Caldas - MG
UIN 11.606.129


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