Image

Imagemandee wrote in Imagewebdev 😡frustrated

Hello... I just joined and I'm hoping someone with ASP knowledge can help me out.
I'm required to learn ASP very very quickly. So to do this I'm working on some things on my own. My first problem (most likely 1 of many) is this:
I'm attempting to connect to an access database on my server.
I'm getting this 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 0x724 Thread 0x704 DBC 0x23deef4 Jet'.

/testing/guestbook.asp, line 19


When I check line 19 of my code its:

adoCon.Open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("guestbook.mdb")

is there something I'm forgetting to change or do?

[Edit: Thanx for the help, but I've managed to figure out what went wrong.]