Can you create a console app in Visual Studio 2012, which can connect to a Visual FoxPro 7.0 Database?

I have been brought into a project to connect to a Visual FoxPro 7.0 database. I prefer to do this in C#. I am using Visual Studio 2012, on Windows 8.0. Can this be done?

1 answer

There's an OLEDB provider that you should be able to use from .NET. Maybe wrap it up using OledbConnection.

http://www.connectionstrings.com/visual-foxpro/