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)
 Just a bit of a problem
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Mambo
Starting Member

1 Posts

Posted - 11 August 2002 :  21:04:02  Show Profile  Send Mambo an ICQ Message
Got a bit of a problem i am currently running my asp driven site with a sitedata base, But when i exported the forms from the snitz database in to my own site database the forum setup.asp page will not display a thing and just stops working i have edited my config.asp to point to the New Access 2000 Database.

The Directory and file list is
www.MySite.com\index.asp
www.MYSite.com\Site_DataBase\SiteDataBase.mdb
www.MySite.com\Forum\ --- Then all the forum file ---

This is how i set my config.asp

strDBType = "access"

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=../Site_Database/SiteDatabase.mdb" '## MS Access 2000

strTablePrefix = "FORUM_"
strMemberTablePrefix = "FORUM_"


Any Help would be cool
Cheers
Mambo

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 11 August 2002 :  21:08:02  Show Profile  Send ruirib a Yahoo! Message
Try using this:


strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("../Site_Database/SiteDatabase.mdb")



Snitz 3.4 Readme | Like the support? Support Snitz too
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.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07