M
MikeR
My host doesn't allow parent paths, citing security concerns. I have IIS on my local box,
and set parent paths off to match, so publishing doesn't break the data access pages.
Now, locally, dbname="DBQ=" & Server.MapPath("/db/qsl.mdb") gives me
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key
'Temporary (volatile) Jet DSN for process 0xdb4 Thread 0x204 DBC 0x1150064 Jet'.
Googling that finds a ton of references to error 80004005, but nothing that fixes the problem.
MikeR 1st
and set parent paths off to match, so publishing doesn't break the data access pages.
Now, locally, dbname="DBQ=" & Server.MapPath("/db/qsl.mdb") gives me
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key
'Temporary (volatile) Jet DSN for process 0xdb4 Thread 0x204 DBC 0x1150064 Jet'.
Googling that finds a ton of references to error 80004005, but nothing that fixes the problem.
MikeR 1st