Forum Home Forum Home > Legacy Products > SalesCart Standard / PRO / SQL
  New Posts New Posts RSS Feed - database connection problem (1 & 1 host)
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum Lockeddatabase connection problem (1 & 1 host)

 Post Reply Post Reply
Author
Message
progressive1 View Drop Down
Newbie
Newbie


Joined: April/09/05
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote progressive1 Quote  Post ReplyReply Direct Link To This Post Topic: database connection problem (1 & 1 host)
    Posted: April/09/05 at 7:48pm
I am uploading my site to 1 and 1, we have all the bugs, email etc figured out. The last problem is a big one. I can go through a purchace, after finishing, when I try to access my product page, I get the following error. Could not open data connection. Error:
Could not find installable ISAM.
The Invalid ConnectionString is defined as: Provider=Microsoft.Jet.OLEDB.4.0;Data Source=e:\kunden\homepages\35\d119123791\fpdb\shop.mdb;

This was there fix, any ideas?

To make a connection to an access database, you will have to use an ADODB.Connection.

Within your asp script you would want to use this code:

<%
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\kunden\homepages\xx\dxxxxxxxxx\db\myDB.mdb;"
%>

Do I do this just to my product pages?

Back to Top
Techno Geek View Drop Down
Admin Group
Admin Group
Avatar
Evil monkey living in my closet!

Joined: March/11/04
Location: United States
Status: Offline
Points: 1206
Post Options Post Options   Thanks (0) Thanks(0)   Quote Techno Geek Quote  Post ReplyReply Direct Link To This Post Posted: April/11/05 at 8:39am
No, you would add this to either /global.asa (for FrontPage) or /cgi-bin/salescart.asa (for Dreamweaver).
Techno Geek
Customer Support Engineer
ComCity and SalesCart Technical Support
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.04
Copyright ©2001-2015 Web Wiz Ltd.

Copyright 2015 by ComCity® LLC and SalesCart™.  All Rights Reserved