Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# 2005 updating VFP data
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01160448
Message ID:
01160566
Views:
5
>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.

Are you writing SQL Syntax for your data operations in the Fox World?

What is your strcmd?
Previous
Reply
Map
View

Click here to load this message in the networking platform