Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DanyelHolmes

    Reading SSI file from Access database

    I found a solution. I change the field &quot;SSI&quot; 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><%...
  2. DanyelHolmes

    Reading SSI file from Access database

    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...
  3. DanyelHolmes

    function to open/close DB

    I have used the following code pretty successfully in the past for opening and closing an Access database connection on a web server. <% dbname = &quot;databasename.mdb&quot; set conn = server.createobject(&quot;adodb.connection&quot;) cnpath = &quot;DBQ=&quot; & server.mappath(dbname)...

Part and Inventory Search

Back
Top