Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cant connect to a VFP Table
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Cant connect to a VFP Table
Miscellaneous
Thread ID:
01235167
Message ID:
01235167
Views:
50
Hi.
I have a web.config file with:

connectionString="Provider=vfpoledb.1;Data Source=C:\Webportal\App_Data\WP.dbc;Collating Sequence=MACHINE;"


string Cs = settings.ConnectionString;
string CommandString = "SELECT * FROM .....";
SqlDataAdapter da = new SqlDataAdapter(CommandString, Cs);

On the SqlDataAdapter line , I am getting a run time error saying:
keyword not supported 'provider'

It looks like there's something wrong with the connection string

Anybody got any ideas ?

Regards,
Gerard
Next
Reply
Map
View

Click here to load this message in the networking platform