I have a website that uses ASP with Access and get the following error:
This error comes and goes without me changing anything. It works fine for a day or so then give that error for a few hours. Support has been helpful, but unable to give me an answer as to what's going on.
I've tried using both Microsoft Access Driver and Microsoft.Jet.OLEDB.4.0 with similar results. So it doesn't matter which I use, both get the sporadic error.
The recommendation I received from support was to use an ODBC DSN, which I have yet to try, but I didn't need to do this on my previous host.
I have two more ASP/Access sites that I plan on moving here, but need to get this figured out first.
If you have any suggesstions or ideas to what may be causing this error, please let me know. Using MSSQL or MySQL isn't an option.
Thanks,
Cliff
Code:
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 0xe4c Thread 0xbf0 DBC 0x1c2217e4 Jet'.
/flix/includes/connection.asp, line 10
I've tried using both Microsoft Access Driver and Microsoft.Jet.OLEDB.4.0 with similar results. So it doesn't matter which I use, both get the sporadic error.
The recommendation I received from support was to use an ODBC DSN, which I have yet to try, but I didn't need to do this on my previous host.
I have two more ASP/Access sites that I plan on moving here, but need to get this figured out first.
If you have any suggesstions or ideas to what may be causing this error, please let me know. Using MSSQL or MySQL isn't an option.
Thanks,
Cliff