Results 1 to 5 of 5

Thread: Insert an image with the Path from a DB

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2000
    Location
    LAVAL ( FRANCE )
    Posts
    32

    Unhappy

    Hi !!

    I'd like to insert an image wich Path is in an Access DB (field "Photo").

    I try to use :

    <IMG SRC=<%Recordset.fields("Photo")%>> or kind of...

    But nothing work correctly...

    If someone could help...

    Thank you.

    COSI

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    what is in the html when you 'view-source'?
    Mark
    -------------------

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2000
    Location
    LAVAL ( FRANCE )
    Posts
    32

    I have Found !!!

    Thank u,

    But i finally find :

    <img src=<%=Rs_prod("Photo")%>>

    COSI

  4. #4
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    er, does that mean you've fixed it now?
    Mark
    -------------------

  5. #5

    Thread Starter
    Member
    Join Date
    Jul 2000
    Location
    LAVAL ( FRANCE )
    Posts
    32

    YES

    YES It's Fixed !! ;o) Thank u

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