Subject Re: Blobs and IBX
Author Adam
--- In firebird-support@yahoogroups.com, Tim <tim@...> wrote:
>
> Hi,
>
> Can anyone refer me to some documentation on storing and recalling
blobs?

To store, use a paramater in your query then loadfromstream or
loadfromfile.

To read, it is just a TBlobField, which has SaveToStream and SaveToFile.

>
> Using Interbase 6.0.2.0 and Delphi 5.

Please upgrade to Firebird 1.0 at least, preferably 1.5 or 2. A lot of
bugs have been fixed since IB 6 as you can read about in the release
notes of the respective versions.

Adam