"Marcio dalmolin" <✉navebrazil.com.br> wrote in message news:✉newsgroups.borland.com...
> Please, does anybody know how to solve this error ? I'm trying to load a > jpeg image from Oracle table 8i.
I think I got this error ages ago and it turned out that the JPEG was saved as a CMYK format. The jpeg.pas that ships with Delphi 7 can't handle that format. There's a jpegex.pas available on CodeCentral or BDN (the provider's name escapes me) that handles the format and solved my problem.
If you can get the image, you might look at it in IrfanView or some graphics package that can tell you something about the format.