Subject | Re: [IBO] Store an Restore a file from a BLOB field |
---|---|
Author | Daniel Rail |
Post date | 2005-01-19T17:43:34Z |
Hi,
At January 19, 2005, 12:55, skander_sp wrote:
is used internally by Firebird, to store the BLR code of stored
procedures and triggers. And, it's very likely that Firebird tries to
apply a blob filter on those blobs to show you the BLR code in text
format. But, in your case it's not BLR code. Some database tools do
default to BLOB subtype 2, for which I don't know why (i.e.: EMS
Quickdesk, I can't say if the latest version now under the name DB
Manager still does the same).
BLOB subtype 1 is text.
--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)
At January 19, 2005, 12:55, skander_sp wrote:
> I solver the problem finallyActually, you should avoid BLOB subtype 2. That's a blob subtype that
> Really the matter it VERY strange...
> I'm doing well, but not going so well.
> The problem was the blob definition (really I don't know WHY)
> I defined the blob field as BLOB type 2 (I think the type is not
> important if I worj myself the field)
is used internally by Firebird, to store the BLR code of stored
procedures and triggers. And, it's very likely that Firebird tries to
apply a blob filter on those blobs to show you the BLR code in text
format. But, in your case it's not BLR code. Some database tools do
default to BLOB subtype 2, for which I don't know why (i.e.: EMS
Quickdesk, I can't say if the latest version now under the name DB
Manager still does the same).
> I changed the type to 0 (text, but I really wotj with bynary) but nowBLOB subtype 0 is binary.
> all work fine.
BLOB subtype 1 is text.
--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)