can anybody tell how to store images into the database(i'm using Access2000), using JDBC? I have list of gif files in a directory and i want to load each file as a record in the database. Which methods I have to use? Pls throw some light on this. regds, Sandeep.
Raukutam, You're more likely to get an answer in the JDBC forum, so I'm moving this post there. Jerry [This message has been edited by Jerry Pulley (edited December 30, 2000).]
It seems a Blob issue. Set the column for image Blob type, then use Statement method setBinaryStream() feeds each column with each image file via stream.