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
 Microsoft OLE DB Provider for ODBC Drivers error '
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Ellen
Starting Member

Netherlands
18 Posts

Posted - 05 April 2001 :  07:25:31  Show Profile  Visit Ellen's Homepage

Hi,
I'm absolutely new at this. I get this error message:

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 0x1e2 Thread 0x24e DBC 0x10b87e9c Jet'.

/forum3/inc_top.asp, line 42

This is the path to my database:

strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=e:\InetPub\Clients\therealvr.com\cgi-bin\snitz_forums_2000.mdb"

I've used the whereami.asp file to detect this.
What am I doing wrong?

Thanks,

Ellen (from the Netherlands)


HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 05 April 2001 :  08:20:16  Show Profile  Visit HuwR's Homepage
I think this is a server permissions problem

Go to Top of Page

Ellen
Starting Member

Netherlands
18 Posts

Posted - 05 April 2001 :  15:42:20  Show Profile  Visit Ellen's Homepage
Hi,
I have moved the .mdb file to the fpdb directory, corrected the path and it works now !!!
Thanks!


Go to Top of Page

rstuven
Starting Member

Chile
14 Posts

Posted - 24 May 2001 :  12:42:13  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

mafifi
Junior Member

USA
308 Posts

Posted - 28 May 2001 :  14:47:14  Show Profile  Send mafifi an ICQ Message
For people who are hosting with Brinkster use the following in your Config.asp file:

Line 50:

strDBType = "access"


Add the following on line 56:
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Server.MapPath("\Your_User_Name\db\snitz_forums_2000.mdb") & ";" & _
"Persist Security Info=False"

rstuven,
Please verify my code.
Thanks,

Mo

Edited by - mafifi on 28 May 2001 14:52:50
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.19 seconds. Powered By: Snitz Forums 2000 Version 3.4.07