Question
error '80004005'
I am creating a website using asp and VBscript and haven't
had any problems in the past, but I keep getting the following
error message -
[Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
having read some of the other posts regarding this problem I tried changing the code in the connections file and now get the following error message which makes me think I am getting close
Microsoft][ODBC Driver Manager] Data source name too long
Here is the connection file I am trying to alter PLEASE HELP
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' DesigntimeType="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
Dim MM_industrious_STRING
'MM_industrious_STRING = "dsn=industrious;"
MM_industrious_STRING = "Data Source=" & Server.MapPath("../data/Industrious.mdb")
%>
[Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
having read some of the other posts regarding this problem I tried changing the code in the connections file and now get the following error message which makes me think I am getting close
Microsoft][ODBC Driver Manager] Data source name too long
Here is the connection file I am trying to alter PLEASE HELP
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' DesigntimeType="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
Dim MM_industrious_STRING
'MM_industrious_STRING = "dsn=industrious;"
MM_industrious_STRING = "Data Source=" & Server.MapPath("../data/Industrious.mdb")
%>