Results 1 to 3 of 3

Thread: Databases and Images

  1. #1
    Join Date
    May 2005
    Location
    Stourbridge
    Posts
    10

    Databases and Images

    I have an asp web page that allows a user to request textual information from an Access Database, the results of this request are then displayed on a second asp web page.

    What I want to happen now is that a thumbnail image is also called from the results of the users request, this thumbnail image then needs to have a hyperlink associated with it so that the user can click on it and see the full size image.

    I don't want to embed these images into the Access Database as there are quite a few.

    Any suggestions?

  2. #2
    Join Date
    Nov 2002
    Location
    DE
    Posts
    246
    Store the image in the file system and store the path in your database table. If the webpage is called you construct your img tag on the fly.

  3. #3
    Join Date
    May 2005
    Location
    Stourbridge
    Posts
    10

    Thumbs up Databases and Images

    Thanks andi_g69, I'll give it a go.

Posting Permissions

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