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)
 -2147467259 error with cfr-resources.com
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

chinh10
Junior Member

125 Posts

Posted - 27 February 2001 :  17:11:28  Show Profile
Code : -2147467259

here is my set up use the database name mydb.mdb:

strDBType = "access"
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Inetpub\wwwroot\MEMBERS\members\c\cforum\data\ mydb.mdb;" '## MS Access 2000

here is my site:
http://www.freecfm.com/c/cforum/setup.asp


Please HELP
Thanks in advance!


Edited by - chinh10 on 27 February 2001 17:12:03

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 27 February 2001 :  18:55:00  Show Profile
There is nothing that we can do.

CFM-Resources.com has screwed up their server's configuration somehow and they don't know how to fix it.

I would try to find another place to host your site.
Go to Top of Page

rza2wu
Starting Member

4 Posts

Posted - 27 February 2001 :  20:01:07  Show Profile  Send rza2wu a Yahoo! Message
I got this exact same error ... on the same webhost too.

so anyone know of a good free ASP host for a forum ??

thanks

Go to Top of Page

zipper
Starting Member

2 Posts

Posted - 27 February 2001 :  20:26:18  Show Profile
I'm trying to host this on brinkster (ewebcity). So far it seems like a great hosting area. We do pay $10.00/month but it is well worth it! I have been getting the same error as you. Here's my code:

strDBType = "access"

strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=http://zipper.ewebcity.com/9bravo/forum/tools/snitz_forums_2000.mdb" '## MS Access 97

I don't know what I have done wrong. I think it's something in the DBQ= part, but I don't know what it should be.

The forum address is:

http://zipper.ewebcity.com/9bravo/formum/setup.asp


Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 27 February 2001 :  21:22:11  Show Profile
you can't use the HTTP URL for the path to the database.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 27 February 2001 :  21:27:53  Show Profile
Here is the connect string I use on Brinkster:


strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/richardkasp/db/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path


you should move your database from the /forum/tools directory to the /db directory that is provided by Brinkster.

Then just replace richardkasp above with your username.
Go to Top of Page

zipper
Starting Member

2 Posts

Posted - 28 February 2001 :  18:52:52  Show Profile
Thank-you very much Richard.

It must not be my day, or I must be really stunned! Here is the code that I put in my config.asp file:

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/zipper/db/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path

I took the "'" off the beginning of the line above and I copied the database into brinkster's /db directory. I also took the "'" off this line:

strDBType = "access"

It's still not working. I'm sure that I must doing something wrong that is silly.

:(


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