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 / Classic ASP versions(v3.4.XX)
 n00b here with setup blues
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

nitnit
Starting Member

2 Posts

Posted - 20 April 2005 :  22:24:36  Show Profile  Visit nitnit's Homepage  Send nitnit an AOL message
what does this mean?

The database could not be opened !!
Check your config.asp file and set the
strConnString so it points to the database.
Also check if strDBType is set to the right databasetype.



Code : 80004005

Error Description :
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

Podge
Support Moderator

Ireland
3776 Posts

Posted - 20 April 2005 :  22:40:37  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
Have you edited config.asp to reflect which type of database you want to connect to?

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

(uncomment one of the above by removing the apostrophe')

Then chose a database connection string just underneath that.

e.g. for Access 2000 database use the following with the correct path to your database

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\dbroot\snitz_forums_2000.mdb" '## MS Access 2000

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
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.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07