retrieval of image using java
I have stored image in MySQL database as BLOB. Can't figure out a way to retrieve it using java.
Used getBytes and getBlob but on compilation it says "can't resolve symbol" for both these methods although i have imported java.sql.*
Would appreciate any help.
thanks,
Ani
|