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