Subject Timage1.Picture.Graphic.Assign(MyIB_Query.FieldByName('picture')..., how ?
Author hamacker
There is a way to load jpeg field into a TImage without streams or
save/load from file, using only assign/assignto ?

I load jpeg to tparams without a problem, like this :
MyIB_Query.ParamByName('p_jpeg_fotografia').Assign(Timage1.Picture.Graphic);

But a inverse operation, tquery field to timage, until now not possible.