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)
 any ideas what this means?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

mneedham
New Member

United Kingdom
84 Posts

Posted - 13 June 2001 :  08:06:58  Show Profile
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

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

/mneedham/forum/inc_top.asp, line 42


EarlQuack
Starting Member

Netherlands
10 Posts

Posted - 13 June 2001 :  08:12:07  Show Profile
quote:

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

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

/mneedham/forum/inc_top.asp, line 42






You need to uncomment the appropriate string in config.asp.

And specify where database is stored.

Grz. EQ

Go to Top of Page

mneedham
New Member

United Kingdom
84 Posts

Posted - 13 June 2001 :  08:13:52  Show Profile
'strDBType = "sqlserver"
strDBType = "access"
'strDBType = "mysql"

'## Make sure to uncomment one of the strConnString lines!
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\inetpub\dbroot\snitz_forums_2000.mdb" '## MS Access 97
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("db/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\dbroot\forum.snitz.com\snitz_forum.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

Thats what I have done in the config file, any ideas whats wrong with it?

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 13 June 2001 :  08:19:26  Show Profile
Go here http://forum.snitz.com/archive/default.asp?catid=11&cattitle=Forum+Setup+Tools and download the Where Am i? file. Upload it to where your database is and browse to the file using your browser. It will tell you the path to your database. You can use that path in your config.asp file.

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