Subject Re: [IBO] Re: TBlobField problem
Author Tilo Muetze
""Thomas Steinmaurer"" <thomas.steinmaurer@...> schrieb im Newsbeitrag
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.
>
> with ibqryPicture do begin
> Edit;
> TBlobField(FieldByName('PICTURE')).LoadFromFile(sFileName);
> Post;
> end;

OK maybe this was too obvious... Thanks for this easy one.
--

Regards,
Tilo Muetze