What method should I use to retrieve and display my image which is store in mysql with the datatype longblob. As for string I simply use (Example: rs.getString("foodname"))
but waht is the datatype to use for the image as I declare it as object in java class. So should i use ?
rs.getObject("image")
Thank you