i am creating web application in j2ee, and i used oracle in backendi have insert the image in oracle by using blob datatype
problem in fetching the image from oracle
how we write the code in java to fetching the image and show in image box.

home / developersection / forums / problem related to image..
i am creating web application in j2ee, and i used oracle in backend
Amit Singh
20-Dec-2010ps.setBinaryStream(int parameterIndex, InputStream x, int length)
where ps is the object of prepared statement
use this code
example: