Subject Re: [IBO] Image
Author Jason Wharton
Stock TPersistent doesn't recognize TIB_Column.
You need to do the TIB_Dataset.CreateBlobStream( ... ); to give it a TStream
class to pull the goods from.
It is similar to the TDataset.CreateBlobStream. See IBO help on this all.

Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Rejane Myszka" <rejanem@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, November 14, 2001 6:48 AM
Subject: [IBO] Image


> Hello all,
>
> I need to assign a Image (Blob field) to a TImage component. I'm using
TIB_Query.
> I try to do this:
>
> Image.Picture.Assign(ibvwDEP_VALOR.FieldByName('DVL_BLOB'));
>
> Like this I did when I was using a TTable, and it's right, but with
TIB_Query there are erros.
> How can I do?
>
> Thanks
>
> Rejane
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>