I have some pictures stored in a Access database, has anyone succesfully displayed them to the webpage? If so, may I see the code? Thanks.
Printable View
I have some pictures stored in a Access database, has anyone succesfully displayed them to the webpage? If so, may I see the code? Thanks.
Check this thread...
Yeah that thread was started by me also, but none of the ways they showed me seemed to work. That is why I started this new thread.
Do you store the image-name in the dbase, cause that would be the easiest way to do it...
<img src="<%=recordset("imagename")%>">