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)
 Cant acses data base
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

*L*U*C*K*Y*
Starting Member

18 Posts

Posted - 21 June 2001 :  11:26:05  Show Profile
Ok here is what i have.
brinkster site with asp support.

Directory in my file maneger named forum.

snits_forum unziped to that forum folder.

tools folder in the snits_forum... folder.

snits forum mdb in the tools forum.

haow do i set my stingconnect and viriables?

Ribkick
Junior Member

USA
296 Posts

Posted - 21 June 2001 :  13:17:55  Show Profile
I would suggest you create a folder named database and move the snitz database folder out of tools to that folder and make sure the folder is read/write enaabled and secuere. Your host may have to set this up for you.

Then edit two places in your config.asp file. First, remove the ' statement in front of the access 97 database type. Second, find the driver string that is an access 2000 driver and edit that string (also removing the ' remark statement with the path to your database folder and database on your server. Something like this:

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=THE LOCATION ON YOUR HOST/YOUR FORUM/database/snitz_forums_2000.mdb;" '## MS Access 2000

From your forum directory in your go window, run setup.asp to set up the forum and database then run default.asp to view and setup your forum. That's it.


Go to Top of Page

*L*U*C*K*Y*
Starting Member

18 Posts

Posted - 21 June 2001 :  13:54:00  Show Profile
I'll give it a shot, thx for the help

Go to Top of Page

*L*U*C*K*Y*
Starting Member

18 Posts

Posted - 21 June 2001 :  14:06:21  Show Profile
ok here is how i have it now but it still wont accsess the db.
'#################################################################################
'## SELECT YOUR DATABASE TYPE AND CONNECTION TYPE (access, sqlserver or mysql)
'#################################################################################
'strDBType = "sqlserver"
strDBType = "access"
'strDBType = "mysql"

'## Make sure to uncomment one of the strConnString lines!
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:/atlantastarz\forum\Snitz_Forum_2000_V3_1_SR4\tools\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:\www22.brinkster.com\atlantastarz\db\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


Go to Top of Page

Ribkick
Junior Member

USA
296 Posts

Posted - 21 June 2001 :  14:23:55  Show Profile
Try changing all your \ to /

Change the database name to snitz_forums_2000.mdb

Go to Top of Page

BrianTT
New Member

57 Posts

Posted - 21 June 2001 :  15:01:41  Show Profile
Is that 'www22.brinkster.com' supposed to be included there?

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