display images [message #402415] |
Sun, 10 May 2009 02:14 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
muzaffar2010
Messages: 16 Registered: May 2009 Location: usa
|
Junior Member |
|
|
hi
oracle application server
----------------------------------------------
read_image_file(''||:FIC, 'JPG', 'IMAGE6');
read_image_file(''||:FIC, 'JPG', 'photo');
IF NOT Form_Success THEN
Message('the image does no exist');
END IF;
-----------------------------------------------
i get this error:
frm-47109: cannot locate image file , why?
i am sure about the image paths .
thanks.
|
|
|
|
|
|