Subject READING AND WRITING BLOBS
Author colincoleman2002
I have a Firebird 1.5.4 dialect 3 database ,mounted on a Visat PC,
running Firebird 2.1, with binary information stored as BLOB SUBTYPE 2
SEGMENT SIZE 4096 (from Ibexperts), I am using Delphi 2007, and using
the ODBC connection (2.00.00.144) and the ADOdataset i can successfully
stream the blob to a file (test.jpg) this work perfectly !

But using the IBO Tdataset components TIBOQuery or TIBOTable the output
is truncated. I am using IBO version 4.8.7

How can i use my favorite Dataset components (IBO) to read these blobs.

Regards
Colin Coleman