Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Access VFP data from c# code
Message
From
12/05/2011 16:42:56
 
 
To
All
General information
Forum:
ASP.NET
Category:
Databases
Title:
Access VFP data from c# code
Miscellaneous
Thread ID:
01510498
Message ID:
01510498
Views:
161
I am working on a c# class library and trying to access VFP5 database tables. If a table is local and free (dont know if that would make any difference) then I can access data, but if a table is on the network I am getting "Invalid path or file name". Here is my connection string from the app.config:
<add name="UFDBusiness.Properties.Settings.ConnectionString"
            connectionString="Provider=VFPOLEDB.1;Data Source=\\ufdglfdc0002\vam-ufd\DATA\CPD\amw.dbc"
            providerName="System.Data.OleDb" />

Thanks in advance.
Next
Reply
Map
View

Click here to load this message in the networking platform