Subject Re: [IBO] BlobStream
Author Jason Wharton
BlobStream should be declared as TStream only.

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


----- Original Message -----
From: <elliot_ib@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, August 09, 2001 7:27 AM
Subject: [IBO] BlobStream


> Hello,
> I'm using Delphi5 with Interbase5 and have the following Problem.
> I want to use BlobStream to insert Blobdata to the Database but the
> compiler shows me the error message: incompatible
> types: 'TIBBlobStream' and 'TStream' for the following source code:
> BlobStream:=
> KaDatabase.KaData.TAB_Kanew.CreateBlobStream
> (KaDatabase.KaData.TAB_Kanew.FieldByName('TABELLE'),bmReadWrite);
>
> 'Blobstream' is declared as TIBBlobStream.
> 'KaDatabase.KaData.TAB_Kanew' is the IBTable-Component.
> 'Tabelle' is the name of the Blobfield in the database.
>
> Can anyone help?
> Best regards.
>
> Ingo
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>