I've seen this problem several times in the post and have tried all the fixes.
Here is the error I'm getting:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key Temporary (volatile) Ace DSN for process 0x152c Thread 0x109c DBC 0x2db9004 Jet'.
/orderforms/OrderFilters.asp, line 9
I am running a MS Access 2007 database so it's a accdb and from what I can find you have to use the ODBC driver not the Jet Engine but I may be confused with that.
When I add the database in through Dreamweaver I can do the binding and run a test and it lists my data but when I go to run an actual asp page that connects to it I get the message above.
My connection paramenters are: "Driver={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=C:\inetpub\wwwroot\db\AirManageFilters.accdb"
As with everyone else having this probelm I've lost my hair now too!
Thanks