|
-
Feb 15th, 2001, 01:15 AM
#1
Thread Starter
Member
how to add images in database & also retrieve the images from database through asp.
-
Feb 15th, 2001, 02:01 AM
#2
Addicted Member
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,
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|