Guest_imported
New member
- Jan 1, 1970
- 0
I'm doing (done?) out a site in DW Ultradev 4. I just noticed today that the connection string that it creates (DSNless) refers to the c: drive as below.
<%
' FileName="Connection_ado_conn_string.htm"
' Type="ADO"
' HTTP="true"
' Catalog=""
' Schema=""
MM_newsconnect_STRING = "DRIVER={Microsoft Access Driver (*.mdb)};
DBQ=c:/inetpub/%>
When I try to change this to a relative path (DBQ=database.mdb) it doesnt work.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[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.
/sitename/careers.asp, line 5
Any help really appreciated
Killian
<%
' FileName="Connection_ado_conn_string.htm"
' Type="ADO"
' HTTP="true"
' Catalog=""
' Schema=""
MM_newsconnect_STRING = "DRIVER={Microsoft Access Driver (*.mdb)};
DBQ=c:/inetpub/%>
When I try to change this to a relative path (DBQ=database.mdb) it doesnt work.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[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.
/sitename/careers.asp, line 5
Any help really appreciated
Killian