Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cant connect to a VFP Table
Message
From
23/06/2007 08:50:11
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01235167
Message ID:
01235169
Views:
20
>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

Gerard,
You're using SqlDataAdapter. That's specific to SQL server and provider is implicitly set. Use OleDbDataAdapter and you'd be fine.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform