D
databaseboy2005
Hello, I am trying to display images using a database. In the past I somehow
configured the html to allow this adding the image source code <img
border="0" src="<%=FP_FieldLink(fp_rs,"Photo")%>">, where the database column
refers to the image location. ex. images/image001.gif. But now i get a
message saying that the fp componet will be overwritten and it restores it to
<%=FP_FieldLink(fp_rs,"Photo")%>. There must be a way to do this, but all
searches have come up empty. Seems like a common task. Any ideas? Your help
is appreciated.
configured the html to allow this adding the image source code <img
border="0" src="<%=FP_FieldLink(fp_rs,"Photo")%>">, where the database column
refers to the image location. ex. images/image001.gif. But now i get a
message saying that the fp componet will be overwritten and it restores it to
<%=FP_FieldLink(fp_rs,"Photo")%>. There must be a way to do this, but all
searches have come up empty. Seems like a common task. Any ideas? Your help
is appreciated.