This topic is locked

error again -2147467259 Unable to open registry ke

3/24/2005 12:38:01 PM
ASPRunnerPro General questions
bnphillips author

Error on -2147467259 Unable to open registry key

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

URL /TIR/AspRunners/Team/TeamsMaster/Teams_list.asp

SQL query select [Team ID], [teamnickname], [teamname], [coachfn], [coachln], [street], [city], [state], [zip], [hphone], [email], [cell], [redomendname], [confirmed] From [Teams]
my dbconnections.asp is
<%

strConnection = "Provider=MSDataShape;DBQ=" & server.mappath("fpdb\Team_Reg.mdb") & ";Driver={Microsoft Access Driver (*.mdb)};DriverId=25;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;UID=admin;"

%>
any help would be appreciated

thank you

bnp

Admin 3/25/2005

Hi,
this error means asp engine can not find your database.
Make sure that your database file is located at fpdb\Team_Reg.mdb.

bnphillips author 3/25/2005

thank you.. I constantly strugge with this.... I think it may be a database connection error also or just a syntax error.

again thank you for quick reply.

-bp