This topic is locked

Error-2147467259

3/17/2005 6:32:47 AM
ASPRunnerPro General questions
chanis author

[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x238c Thread 0xd58 DBC 0x157743c Jet'.

Admin 3/17/2005

This error usually means connection string issue. Do you test in on your local box or on the remote Web server?
Please post your connection string that can be found in

include/..._dbconnection.asp file.

chanis author 3/17/2005

I'm using a remote Web server.
can this be the connection string?

<%strConnection = "Provider=MSDataShape;DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & server.mappath("db\db9.mdb") & ";UID=;PWD="

%>

chanis author 3/25/2005
500224 3/26/2005

Hi i am also having the same problem.can u plz tell me what happened? here is my connection string
<%

strConnection = "Provider=MSDataShape;DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & server.mappath("db\saimon.mdb") & ";UID=;PWD="

%>
But its showing
Error number -2147467259
Error description [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xa84 Thread 0xec DBC 0x15a4f024 Jet'.
SQL query select [Hotel_id], [Hotel Name], [City], [Country], [Hotel Type], [Details], [Region], [Hotel_id] From [hotels]
So whats wrong with this?

Admin 3/28/2005

Amir,
you connection string looks correct. You need to make sure your database file is actually located at db\saimon.mdb.