Wait wait before you answer....
I know this isn't a permission error!
I have been able to access this particular page before.
I use an include to specify the database connection:
<%
Set conn = Server.CreateObject("ADODB.Connection"
conn.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=e:\path\to\my.mdb"
%>
The error occurs on the conn.open line. Because of the directory structure, I have to use two copies of this include.
The pages in the folder with the original include *all work fine*. This page however (the only page in a different folder), is causing this error. I tried renaming the include file, but I still get the error.
Any ideas?
I know this isn't a permission error!
I have been able to access this particular page before.
I use an include to specify the database connection:
<%
Set conn = Server.CreateObject("ADODB.Connection"
conn.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=e:\path\to\my.mdb"
%>
The error occurs on the conn.open line. Because of the directory structure, I have to use two copies of this include.
The pages in the folder with the original include *all work fine*. This page however (the only page in a different folder), is causing this error. I tried renaming the include file, but I still get the error.
Any ideas?