I found a solution. I change the field "SSI" to a memo field and inserted the code from the SSI file directly into this field. From my page I removed the include statement and called the SSI field and it returned the correct results.
My code now looks like this:
<td><%...
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...
I have used the following code pretty successfully in the past for opening and closing an Access database connection on a web server.
<%
dbname = "databasename.mdb"
set conn = server.createobject("adodb.connection")
cnpath = "DBQ=" & server.mappath(dbname)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.