Click to See Complete Forum and Search --> : ASP Error


crashed29
09-13-2005, 08:09 PM
I have a site that is db driven through an array of duplicated databases to draw content and build html/asp code. Everything works fine, but it seems as though randomly I get the following error. But once the page is refreshed, it will display fince. Here is the error:

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 0x9b0 Thread 0x9a4 DBC 0x23b30b4 Jet'.
/includes/functions.asp, line 116

any insight?

here is my line 116:
Recordset1.ActiveConnection = MM_db_connection_STRING

thanks a lot for your help!

Bullschmidt
09-13-2005, 11:07 PM
Here's a nice article about that:

Why do I get database-related 80004005 errors?
http://www.aspfaq.com/show.asp?id=2009