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)
 Error on install
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

mdw49
Starting Member

8 Posts

Posted - 12 June 2001 :  18:48:55  Show Profile  Send mdw49 an AOL message  Send mdw49 a Yahoo! Message
ADODB.Connection error '800a0e7a'

ADO could not find the specified provider.

/forum/setup_login.asp, line 58


That is the error i get when trying to login as administrator to setup the forum.
Someone please help me.

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 12 June 2001 :  19:00:57  Show Profile  Visit HuwR's Homepage
what database settings have you enabled in config.asp ?

It looks like it is the wrong type maybe

Go to Top of Page

BrianTT
New Member

57 Posts

Posted - 12 June 2001 :  19:01:14  Show Profile
nevermind



Edited by - BrianTT on 12 June 2001 19:01:53
Go to Top of Page

mdw49
Starting Member

8 Posts

Posted - 12 June 2001 :  19:04:52  Show Profile  Send mdw49 an AOL message  Send mdw49 a Yahoo! Message
2000 I think

'log on to yahoo messanger, i left you a message.

quote:

what database settings have you enabled in config.asp ?

It looks like it is the wrong type maybe





Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 12 June 2001 :  19:08:01  Show Profile  Visit HuwR's Homepage
could you paste the lines from config.asp which you uncommented.

the ones for strDBtype and strConnstring, also what type of server or which host are you using

Go to Top of Page

mdw49
Starting Member

8 Posts

Posted - 12 June 2001 :  19:14:52  Show Profile  Send mdw49 an AOL message  Send mdw49 a Yahoo! Message
I am using a server which hosts video game sites and has its own server.
My Site: wc3hq.com
Server Main Page: Hqgaming.com

'strDBType = "sqlserver"
strDBType = "access"
'strDBType = "mysql"

'## Make sure to uncomment one of the strConnString lines!
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=fpdb/snitz_forums_2000.mdb" '## MS Access 97
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("fpdb/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=http://wc3hq.com/forum/fpdb/snitz_forums_2000.mdb;" '## MS Access 2000
'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=SQL_USER;pwd=PASSWORD;database=DATABASE_NAME" '## MS SQL Server 7
'strConnString = "driver=MySQL;server=SERVER_NAME;uid=MYSQL_USER;pwd=PARRWORD;database=DATABASE_NAME" '## MySQL

strTablePrefix = "FORUM_"
strMemberTablePrefix = "FORUM_"

[quote]
could you paste the lines from config.asp which you uncommented.

the ones for strDBtype and strConnstring, also what type of server or which host are you using




Go to Top of Page

e3stone
Average Member

USA
885 Posts

Posted - 12 June 2001 :  19:58:40  Show Profile  Send e3stone an AOL message
well, looks as though you need to change your connection string to:

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/forum/fpdb/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path

You might try changing the name of the database if you're going to keep it there. Anyone can download that if they wanted to.

<-- Eric -->


InsideWaco.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.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07