Subject | Re: [IBO] BlobStream |
---|---|
Author | Helen Borrie |
Post date | 2001-08-09T14:54:12Z |
Ingo,
The first thing to establish is whether you really are using TIBBlobStream and TIBTable here.
If so, then you are trying to mix InterBaseExpress with IBO and it don't go.
regards,
Helen
At 02:27 PM 09-08-01 +0000, you wrote:
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________
The first thing to establish is whether you really are using TIBBlobStream and TIBTable here.
If so, then you are trying to mix InterBaseExpress with IBO and it don't go.
regards,
Helen
At 02:27 PM 09-08-01 +0000, you wrote:
>Hello,All for Open and Open for All
>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/
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________