|
database connection problem (1 & 1 host) |
Post Reply |
Author | |
progressive1
Newbie Joined: April/09/05 Status: Offline Points: 3 |
Post Options
Thanks(0)
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? |
|
Techno Geek
Admin Group Evil monkey living in my closet! Joined: March/11/04 Location: United States Status: Offline Points: 1206 |
Post Options
Thanks(0)
|
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 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |