![]() |
|
|
+ Search |
![]()
|
Jun 4th, 2002 06:32
Luiz Paulo Rosa, Preeti Sikri,
If you have the image link into your Access table, just put the record
in SRC field of IMG tag.
<%
RecSet.Open "SELECT ImagePath FROM tblImages", Conn, 3, 3
%>
<IMG SRC="<%=RecSet("ImagePath")%>" BORDER=0>
Supposing you have an open Recordset opened called 'RecSet' and the
column in your table (tblImages) is called 'ImagePath'
I hope this can be helpful.
Feel free to send an email for further explanations.
© 1999-2004 Synop Pty Ltd