Inserting image

How to insert images into Database using Servlets.How we can retrive those images.
[96 byte] By [sudharsha] at [2007-11-15]
# 1
In a Servlet, or not, the process is the same.Did you read any book, article, tutorial?Do you have some difficult , or you wanna the entire code ?
pbulgarellia at 2007-7-12 > top of java,Core,Core APIs...
# 2
In servlets itself.Actually i tried to insert image.but i got some problem.The problem is the database is giving some error.So if possible give tha total code for inserting and retrive the image.
sudharsha at 2007-7-12 > top of java,Core,Core APIs...
# 3
'some error'?What error? Against what code?
ejpa at 2007-7-12 > top of java,Core,Core APIs...
# 4
In servlet.The image in database calld as Blob(datatype) na?.The error is the database said that the datatype is not valid?Is there any object like Blob in java?
sudharsha at 2007-7-12 > top of java,Core,Core APIs...
# 5
One of these days someone will provide the complete and accurate text of the exception or error message and the snippets of code that produce it.In my dreams.
ejpa at 2007-7-12 > top of java,Core,Core APIs...
# 6
But it's an UrgentASAPException, didn't you know that?
jwentinga at 2007-7-12 > top of java,Core,Core APIs...