| Author |
image storing and retriving
|
sreekanth malineni
Greenhorn
Joined: Dec 01, 2008
Posts: 1
|
|
i write a code storing image into databse ,but its not working.. i take the fields in table is Table :temp(id varchar2(10),image blob ) the id is inserted but the image storing is failed.... [BPSouther: Added code tags] [ December 01, 2008: Message edited by: Ben Souther ]
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
sreekanth malineni, This doesn't appear to be a servlet issue. I'm going to move this thread to our JDBC forum where it will probably get a better answer.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Suman Sharma
Ranch Hand
Joined: May 16, 2005
Posts: 72
|
|
I think the line should be:
|
 |
 |
|
|
subject: image storing and retriving
|
|
|