converting blob into image
843830Sep 9 2008 — edited Sep 9 2008Hi,
I am using JPA in my application.
I have to convert image stored in db(blob data type) into image;to show on swing application.
So,as blob is basically byte[] type;so plz tell me how to convert it into image