Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: Database: MS Access
 Unable to open registry key
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

geunsie
Starting Member

31 Posts

Posted - 21 May 2001 :  14:05:04  Show Profile
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

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

/inc_top.asp, line 51


I need help.
It happens sometimes.
I really don't know where to look anymore.
http://www.crapforum.com
http://www.crapforum.nl



Doug G
Support Moderator

USA
6493 Posts

Posted - 21 May 2001 :  15:33:45  Show Profile
I'm pretty sure this is permissions-related. You can try using a different Jet provider & see if it helps


======
Doug G
======
Go to Top of Page

rstuven
Starting Member

Chile
14 Posts

Posted - 24 May 2001 :  12:37:47  Show Profile
We suggest using the following connection string:

Set Conn = Server.CreateObject("ADODB.Connection")
sConnection = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Server.MapPath("\MemberName\db\dbname.mdb") &
";" & _
"Persist Security Info=False"
Conn.Open(sConnection)

Valerie Dulin
Brinkster Support
www.brinkster.com
support@brinkster.com

Go to Top of Page

cbovis
New Member

United Kingdom
91 Posts

Posted - 01 June 2001 :  04:30:30  Show Profile
You get that error when pointing to a non existent database, eg your trying to open the wrong path. Look over it in your connection string and im sure youll see the problem.

craig

Go to Top of Page

BuffyNET
Junior Member

United Kingdom
126 Posts

Posted - 01 June 2001 :  04:37:03  Show Profile  Visit BuffyNET's Homepage  Send BuffyNET an ICQ Message
strange, I have never received that error in conjunction with a missing database, I have had this error while using the wrong type of connection string, but not for the wrong path

Neil

This is my Sig! ©2001 My Sig & Co. Ltd. Plc. etc
Go to Top of Page

geunsie
Starting Member

31 Posts

Posted - 13 June 2001 :  05:15:41  Show Profile
quote:

We suggest using the following connection string:

Set Conn = Server.CreateObject("ADODB.Connection")
sConnection = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Server.MapPath("\MemberName\db\dbname.mdb") &
";" & _
"Persist Security Info=False"
Conn.Open(sConnection)

Valerie Dulin
Brinkster Support
www.brinkster.com
support@brinkster.com






Thanks but i do not use a virtual path.
What will be the connectionstring for a system (server) path?

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.24 seconds. Powered By: Snitz Forums 2000 Version 3.4.07