Subject Re: [IBO] declaration
Author Jason Wharton
TBlobStream only works with the BDE.

Use TDataset.CreateBlobStream( ) and then it will work.

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


----- Original Message -----
From: "Svein Erling Tysvær" <svein.erling.tysvaer@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, March 29, 2001 2:11 AM
Subject: Re: [IBO] declaration


> The dataset compatible strain of IBO is completely separate from the
native
> components and not compatible. I've no experience with your problem, but
my
> guess is that you have to use TIB_Query or TIB_Cursor to do what you're
> trying to do, TIBOTable or TIBOQuery will not work. As you've discovered
> TIBOTable works with TBlobstream and TBlobField.
>
> Set
>
> At 08:54 29.03.2001 -0000, you wrote:
> >What's wrong with this? if i declare it as TBlobstream and TBlobField
> >it will work? any idea or any work around for this?
> >
> >PicStream = new
> >TIB_BlobStream((TIB_BlobFieldMap*)IBOTable1->FieldByName("Image"),
> >bsmRead);