Subject | Re: READING AND WRITING BLOBS |
---|---|
Author | colincoleman2002 |
Post date | 2008-11-21T11:04:59Z |
--- In IBObjects@yahoogroups.com, "colincoleman2002"
<yahoogroups@...> wrote:
You are spot on !!, we are very simply trying to store jpegs in the
Firebird 2.1 DB and then display them in a Delphi 2007 form. What
BLOB type would you reccomend using for this type of storage ?
We only use the TIBOdataset components, Can i use the TIBOQuery to
read/write these Blobs ? and if so how.
you mentioned TIB_JPEGImage would this mean i would have to rewrite
my whole application to use the TIB_ components ?
Great help....thanks
Colin
<yahoogroups@...> wrote:
>SUBTYPE 2
> 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
> SEGMENT SIZE 4096 (from Ibexperts), I am using Delphi 2007, andusing
> the ODBC connection (2.00.00.144) and the ADOdataset i cansuccessfully
> stream the blob to a file (test.jpg) this work perfectly !output
>
> But using the IBO Tdataset components TIBOQuery or TIBOTable the
> is truncated. I am using IBO version 4.8.7blobs.
>
> How can i use my favorite Dataset components (IBO) to read these
>Hi Helen,
> Regards
> Colin Coleman
>
You are spot on !!, we are very simply trying to store jpegs in the
Firebird 2.1 DB and then display them in a Delphi 2007 form. What
BLOB type would you reccomend using for this type of storage ?
We only use the TIBOdataset components, Can i use the TIBOQuery to
read/write these Blobs ? and if so how.
you mentioned TIB_JPEGImage would this mean i would have to rewrite
my whole application to use the TIB_ components ?
Great help....thanks
Colin