I have a test web server that has a straight forward Access database. I've tried pointing to the correct location, but when I run it, I get this error. Does anyone know what the problem is? Please help!
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x724 Thread 0x684 DBC 0x2019654 Jet'.
/nlweb/index.asp, line 156
Here's the line of code on that line 156:
rsNlusers.ActiveConnection = MM_nlusers_STRING
Thanks in advance
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x724 Thread 0x684 DBC 0x2019654 Jet'.
/nlweb/index.asp, line 156
Here's the line of code on that line 156:
rsNlusers.ActiveConnection = MM_nlusers_STRING
Thanks in advance