This topic is locked

Error-2147467259

3/20/2003 2:56:33 PM
ASPRunnerPro General questions
author

I am getting the following error Error number -2147467259

Error description [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x7d8 Thread 0x85c DBC 0x2330ff4 Jet'.

URL /maintenance/asp/Results_list.asp

SQL query select * from [Results]

the url is http://home.volusia.k12.fl.us/maintenance/...e/asp/login.asp and the username is tom and the password is tom. Any idea of what I am doing wrong??

admin 3/20/2003

Hi,
there should be some problem with your connection string.
Could you post your connection string here?
It can be found in /include/dbconnection.asp file
Sergey Kornilov

6 3/20/2003

The connection string is

<%

strConnection = "Provider=MSDataShape;DRIVER={Microsoft Access Driver (*.mdb)};DBQ=asp/db/tom.mdb;UID=;PWD="

%>

admin 3/20/2003

Please make sure that your database is really located at

/maintenance/asp/asp/db/tom.mdb on your Web server.
As far as I can see you need to remove one "asp/" from your connection string.
At this moment your problem seems to be solved.
Sergey Kornilov