Display image on oracle form thru backend.. [message #535902] |
Sat, 17 December 2011 04:58 |
swapnil_naik
Messages: 269 Registered: December 2009 Location: Mumbai
|
Senior Member |
|
|
Hi friend,
I am successfully insert image in DB now...now my task is i want to retrieve this image on my oracle form....friends help me how to achieve it..
my structure on table like this..
CREATE TABLE temp_image
(
ID NUMBER,
image_filename VARCHAR2(50),
image BLOB
);
i inserted 2 images on that... now i want to retrieve it , how to achieve this...
|
|
|
|
|
|
|
|
|