That worked. Here's the final working version. Thanks for the help.
<%
Set adoConn = Server.CreateObject("ADODB.Connection")
adoConn.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Mid(Request.ServerVariables("PATH_TRANSLATED"), 1, Len(Request.ServerVariables("PATH_TRANSLATED")) -...
I'm not familar with DAO. In this particular situation I have a mdb file for logging and such that exists only on the web site and another mdb file that is uploaded daily from a clients accounting application.
I figure I could "simulate" a JOIN with an array instead but I'd rather do that as a...
I've got the following bit of code I'm trying to work with to get a JOIN to work in like fields in two mdb files with ASP. What I have below just gives me a syntax error on the FROM clause. I'm trying to JOIN the users table in the users.mdb database with the username field in the videolog...
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.