Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting VFP Free tables
Message
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
00614919
Message ID:
00614980
Vues:
14
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform