Db connection problem, help please |
2/9/2006 7:39:30 PM |
ASPRunnerPro General questions | |
D
defcrash author
Hi, |
|
![]() |
Sergey Kornilov admin 2/9/2006 |
Connection string and files location look good. |
C
|
clig 2/23/2006 |
Hi, I get this error when i put it online, otherwise works fine: Microsoft OLE DB Provider for ODBC Drivers error '8007000e' [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x5d0 Thread 0x2a8 DBC 0x84afe14 Jet'. /betumes/login.asp, line 61 my strconnection is: <% strConnection = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & server.mappath("db/Transp.mdb") & ";UID=;PWD=" %> The db is in: www31.websamba.com/betumes/db/'>www31.websamba.com/betumes/db/ And all my output files are in: www31.websamba.com/betumes/ I real need to put this in to work, if someone could help me, i´ll be VERY THANKFUL!!! Thanks in advance.
|