i am storing images to the database. How to retrieve all the images from the database.
Eg: select images from imagetable
Problem:
Data Logic:
You need to get the binary data from the DB, and then stream the binary data to the browser as image.