Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deploying the VFPOLEDB provider to 3rd Party server
Message
De
27/04/2002 09:15:13
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
Deploying the VFPOLEDB provider to 3rd Party server
Divers
Thread ID:
00649969
Message ID:
00649969
Vues:
31
Greetings,
Using VS.Net, I've created a webform which has a oledbadapter connection to a vfp7 database. Everything works easy and great. When I deploy to my provider's ( innerHOST.com ) server, where they've registered the vfpoledb.dll for me, my page is just timing out trying to load, then I get a server message saying that a application is not available. I've changed the OledbConnection path in my web form to the actual physical path to my data on the remote server D:\\WEBS\\softlogx.com\\DATA\\slxdata.dbc

This is my connection string:

this.oleDbConnection1.ConnectionString = "Provider=VFPOLEDB.1;Data Source=D:\\WEBS\\softlogx.com\\DATA\\slxdata.dbc;" +
"Mode=Share Deny None;Extended Properties=\"\";User ID=\"\";Password=\"\";Mask Password=False;Cache Authentication=False;Encrypt Password=False;Collating Sequence=MACHINE;DSN=\"\"";

Many thanks in advance

Gary
Répondre
Fil
Voir

Click here to load this message in the networking platform