news:✉4ax.com...
> Usally this is a simple out of memory error caused by a invalid jpeg > image. In your case since you > are trying to save it from a table read from a Oracle table i would think > that the problem is in > your Table1Foto.SaveToStream(MemStrm); code since you do not specify the > field name but are > atempting to save the whole table to the stream which ends up not being a > valid jpeg image.
Table1 is his dataset, Foto is the field.
Igor