For some reason I am not able to connect to my database. Here's the code:
Set DBConnect = Server.CreateObject("ADODB.Connection"
DBConnect.Open "Driver={Microsoft Access Driver (*.mdb)}; DBQ=c4"
The database (c4.mdb) is in the same directory as the file using the code. And, the error is:
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 0x604 Thread 0x6cc DBC 0x2133fc4 Jet'.
Any help is appreciated. Thanks. [sig]<p>Cid<br><a href=mailto:ciddivine@yahoo.com>ciddivine@yahoo.com</a><br><a href= > </a><br> [/sig]
Set DBConnect = Server.CreateObject("ADODB.Connection"
DBConnect.Open "Driver={Microsoft Access Driver (*.mdb)}; DBQ=c4"
The database (c4.mdb) is in the same directory as the file using the code. And, the error is:
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 0x604 Thread 0x6cc DBC 0x2133fc4 Jet'.
Any help is appreciated. Thanks. [sig]<p>Cid<br><a href=mailto:ciddivine@yahoo.com>ciddivine@yahoo.com</a><br><a href= > </a><br> [/sig]