FoxPro and .NET Interop
C# program to read VFP tables
Do you have or know of a C# program that can read VFP tables? Preferably one that works. A lot of the searches I have tried don't seem to want to do that.
You can use the VFP OleDb provider and then ADO.NET or some library like Dapper or Westwind.Utilities.Data...
Only downside is that you have to run 32 bit mode as the driver is 32 bit only.
+++ Rick ---