Subject | Re: [IBO] BlobStream |
---|---|
Author | elliot_ib@yahoo.de |
Post date | 2001-08-09T15:08:28Z |
Hello Helen,
I use TIBTable and TIBBlobStream both from InterBaseExpress, so
mentioned in the chapter 'InterBaseExpress-Reference' in our German
Delphi-Help. So I don't see any mixing.
Regards,
Ingo
I use TIBTable and TIBBlobStream both from InterBaseExpress, so
mentioned in the chapter 'InterBaseExpress-Reference' in our German
Delphi-Help. So I don't see any mixing.
Regards,
Ingo
> Ingo,TIBBlobStream and TIBTable here.
>
> The first thing to establish is whether you really are using
>don't go.
> If so, then you are trying to mix InterBaseExpress with IBO and it
>the
> regards,
> Helen
>
>
> At 02:27 PM 09-08-01 +0000, you wrote:
> >Hello,
> >I'm using Delphi5 with Interbase5 and have the following Problem.
> >I want to use BlobStream to insert Blobdata to the Database but
> >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
> >