screaming_banjo
08-10-2004, 11:52 AM
Hi,
I'm very new to ASP so forgive me if I'm a mile out here! I have some data held in an Access database, I'm also linking to images from the database. I would like the image to be output to the screen, however all it displays is the path to the image rather than the image itself. Is there something I need to do in the database, or is it the code itself? Here's what I've got:
<%
response.Write "<strong>" & rsNewsArticle("ArticleTitle") & "</strong><br>"
response.write rsNewsArticle("ArticleContent")
response.write rsNewsArticle("ArticleImage")
%>
Thanks in advance for any help, I am pretty clueless!
I'm very new to ASP so forgive me if I'm a mile out here! I have some data held in an Access database, I'm also linking to images from the database. I would like the image to be output to the screen, however all it displays is the path to the image rather than the image itself. Is there something I need to do in the database, or is it the code itself? Here's what I've got:
<%
response.Write "<strong>" & rsNewsArticle("ArticleTitle") & "</strong><br>"
response.write rsNewsArticle("ArticleContent")
response.write rsNewsArticle("ArticleImage")
%>
Thanks in advance for any help, I am pretty clueless!