how to add images in database & also retrieve the images from database through asp.
Printable View
how to add images in database & also retrieve the images from database through asp.
Namasthe Kulkarni jee
The effective way to add a picture to a database and retreive it using asp would be storing the actual path of the picture in the server.
Suppose, the table has a column called student_picture. In this column, the exact path (/pictures/raman.jpg) of the picture of each student can be stored.
For retrieving, u can use the path and show the link in the page.
This makes it easier and faster to retrieve the data.
Cheers,