DanyelHolmes
Programmer
I'm trying to develop a page where I'm listing fields from an Access database. I'm trying to make one of these fields a Server Side Include (SSI) where the file name being called is located in the Access database.
The field in the Access database has the following attributes:
fieldname: SSI
fieldtype: text
One of the values of this field is: "SSI_WWYAMC.htm"
The code I tried to use in my page is as follows:
<td><!-- #include file=<% response.write(rsInv("SSI")%>></td>
Can someone help me with this or let me know if this is possible?
Danyel
The field in the Access database has the following attributes:
fieldname: SSI
fieldtype: text
One of the values of this field is: "SSI_WWYAMC.htm"
The code I tried to use in my page is as follows:
<td><!-- #include file=<% response.write(rsInv("SSI")%>></td>
Can someone help me with this or let me know if this is possible?
Danyel