Subject | Re: [IBO] Re: TBlobField problem |
---|---|
Author | Tilo Muetze |
Post date | 2001-11-07T09:10:46Z |
""Thomas Steinmaurer"" <thomas.steinmaurer@...> schrieb im Newsbeitrag
news:9s9bet+on7e@......
content of the BLOB field.
--
Regards,
Tilo Muetze
news:9s9bet+on7e@......
> btw, why are using streams?I've used it here because I also wanted to use streams when displaying the
content of the BLOB field.
> TBlobField has a LoadFromFile method.OK maybe this was too obvious... Thanks for this easy one.
>
> with ibqryPicture do begin
> Edit;
> TBlobField(FieldByName('PICTURE')).LoadFromFile(sFileName);
> Post;
> end;
--
Regards,
Tilo Muetze