From one application, we are storing all images in SQL database in the Image datatype. From another application, i need to retrieve the images and display it on User Interface.
I am able to store the images. I am not able to read the images.
How to retrieve / read SQL Image Data which is stored in the database ?