Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deploying the VFPOLEDB provider to 3rd Party server
Message
From
27/04/2002 09:15:13
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Deploying the VFPOLEDB provider to 3rd Party server
Miscellaneous
Thread ID:
00649969
Message ID:
00649969
Views:
29
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
Reply
Map
View

Click here to load this message in the networking platform