Results 1 to 2 of 2

Thread: asp database

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2001
    Location
    India
    Posts
    53

    Question

    how to add images in database & also retrieve the images from database through asp.

  2. #2
    Addicted Member
    Join Date
    Feb 2001
    Location
    Chennai, India
    Posts
    219
    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,
    Om Nama Sivaya!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width