Hi,
I have queries return with BLOB columns, but the BLOB is portable to String/text.
If possible try to convert BLOB to String in Select return.
The column "MON$SQL_TEXT" from is an example:
SELECT * FROM MON$STATEMENTS;
Is string but I got BLOB.
Thanks...