Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# 2005 updating VFP data
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Titre:
C# 2005 updating VFP data
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01160448
Message ID:
01160448
Vues:
47
I am trying to update a VFP table with C# using code like the following:

OleDbCommand olecmd = new OleDbCommand(strcmd, oleconn);
olecmd.ExecuteNonQuery();

I do get an exception raised with 'Feature not Available' so my question is: is there anyway to update VFP data using C# or any .NET language?

Your response is greatly appreciated.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform