FoxPro and .NET Interop
C# program to read VFP tables
Gravatar is a globally recognized avatar based on your email address. C# program to read VFP tables
  Bob
  All
  Mar 11, 2024 @ 10:17am

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.

Gravatar is a globally recognized avatar based on your email address. re: C# program to read VFP tables
  Rick Strahl
  Bob
  Mar 11, 2024 @ 11:29am

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 ---

Gravatar is a globally recognized avatar based on your email address. re: C# program to read VFP tables
  Tore Bleken
  Bob
  Mar 11, 2024 @ 08:32pm

© 1996-2024