This topic is locked

Db connection problem, help please

2/9/2006 7:39:30 PM
ASPRunnerPro General questions
D
defcrash author

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.

Sergey Kornilov admin 2/9/2006

Connection string and files location look good.
I will need to have a FTP access to your website to see what's wrong. Contact me directly at support@xlinesoft.com.

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.


http://www.aspfaq.com/show.asp?id=2154
But it could be that you are using iusr account which may not have sufficient access (db dir may also be read only?)