Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting VFP Free tables
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00614919
Message ID:
00614980
Views:
13
>I know this is probably a rookie question, but how do I get a value from VFP free table from c#? I have VFP7 installed, so I should have access to VFPOLEDB.
>What is the best way to just send a select statement with 1 param and read just one result out? Query would be like:
>
>mFilter = "Some String"
>
>select myValue;
>from myTable;
>where myFilter = ?mFilter
>
>Thanks

Uh, never mind, I fell into the c# escape character trap referencing a table directory on the network in my connection string with a unc name. I just needed to do it pretty much the same way as in old fashoned ado, only with two "\" characters for each one.
Bill Mittenzwey
Previous
Reply
Map
View

Click here to load this message in the networking platform