Report not showing my image in BLOB field
ljjackOct 19 2004 — edited Oct 26 2004Hi,
I m using report 6i.
But I just upgraded my server from Oracle 8.0 to 9i and now that I have a new table with image, I created the field to be a BLOB field.
However, in old days, I uses LongRaw and I save my images using the following:-
READ_IMAGE_FILE(filename, 'BMP', 'logos.logo')
it works perfectly when I call the file outfrom my report but now, after I changed to BLOB, I use the report to open the BLOB field and stated it as image, it shows error stating that the report cannot identify the image.
Any advice on this please?
Thankz