Another Error....
This is the error message I get....
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 0x2e18 Thread 0x1fc0 DBC 0x15cad74 Jet'.
E:\ACCOUNTS\MERCYSCH\RESOURCES\../onlineregistration/database/database_path.asp, line 5
Here is the code...
<%
Set ConnObj = Server.CreateObject("ADODB.Connection")
path="..\database\database.mdb"
curDir = Server.MapPath(path)
ConnObj.Open "DBQ="& curDir &";Driver={Microsoft Access Driver (*.mdb)};DriverId=25;FIL=MS Access;"
%>
Can someone PLEASE help me???
Thank you!!!
|