plz check if anything wrong with this line.
objConn.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("database.mdb") & ";Password=password"
any changes should i make in this line ?
it works in my home pc but giving error in this line on hosting srv.
error is
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 0x1450 Thread 0x654 DBC 0x22bee754 Jet'.
/default.asp, line 55
and line 55 is mentioned above ..database connection.
Edited by pro_touch - 15 October 2006 at 1:35am