I have this uncleared doubt for a long time. That is, how can I store image files in to oracle database(blob) using JSP or by writing method in my BMP bean and calling it from JSP ! Means...what is the actual procedure for that?some detailed explanation will be helpfull.
Thanks!!!
-
inserting images into blob (1 messages)
- Posted by: Rahul ..
- Posted on: June 12 2001 21:31 EDT
Threaded Messages (1)
- inserting images into blob by Malay Udeshi on June 13 2001 10:58 EDT
-
inserting images into blob[ Go to top ]
- Posted by: Malay Udeshi
- Posted on: June 13 2001 10:58 EDT
- in response to Rahul ..
Hi rahul,
You have to serialize the image-convert it in to raw byes-and then use JDBC setBlob call to set it to the oracle column.
malay