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: General / Current Version (Old)
 Problems with config.asp - please help!
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

mythom
Starting Member

14 Posts

Posted - 13 April 2001 :  13:54:40  Show Profile  Send mythom an AOL message  Send mythom an ICQ Message  Send mythom a Yahoo! Message
digitalrice.com/rfu/forum

the only server i can find since webrc.ca went down. bastards.


anyways, im confused on what i am to do in the config.asp page. i dont know how to direct it all .


http://digitalrice.com/forum/cgi-bin/snitz_forums_2000.mdb

?????????

-----------------------------
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 0x168 Thread 0x3dc DBC 0x2330024 Jet'.

/rfu/forum/inc_top.asp, line 42



Edited by - mythom on 13 April 2001 14:21:26

work mule
Senior Member

USA
1358 Posts

Posted - 13 April 2001 :  14:19:25  Show Profile


Oooohhh...bad....

HTTP 500 Internal server error

At one point I received this interesting error message:

quote:

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 0x168 Thread 0x814 DBC 0x2330024 Jet'.



Go to Top of Page

mythom
Starting Member

14 Posts

Posted - 13 April 2001 :  14:24:25  Show Profile  Send mythom an AOL message  Send mythom an ICQ Message  Send mythom a Yahoo! Message
So What Do I Do? Can someone config it for me?

Go to Top of Page

work mule
Senior Member

USA
1358 Posts

Posted - 13 April 2001 :  14:35:11  Show Profile
Oh back to your question about config.asp

This line should be uncommented (about Line 49):

strDBType = "access"

And then this line should also be uncommented and edited (about Line 54):

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("cgi-bin/snitz_forum.mdb") '## MS Access 2000 using virtual path

I'm guessing on the strConnString, but maybe it'll work.

http://digitalrice.com/drubb/Forum18/HTML/000261.html

Go to Top of Page

rstuven
Starting Member

Chile
14 Posts

Posted - 24 May 2001 :  12:43:55  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
  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.41 seconds. Powered By: Snitz Forums 2000 Version 3.4.07