PDA

Click to See Complete Forum and Search --> : Insert an image with the Path from a DB


COSIDUS
Nov 24th, 2000, 04:00 AM
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

Mark Sreeves
Nov 24th, 2000, 05:12 AM
what is in the html when you 'view-source'?

COSIDUS
Nov 24th, 2000, 05:17 AM
Thank u,

But i finally find :

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

COSI

Mark Sreeves
Nov 24th, 2000, 05:19 AM
er, does that mean you've fixed it now?

COSIDUS
Nov 24th, 2000, 05:22 AM
YES It's Fixed !! ;o) Thank u