user1062142
user1062142

Reputation: 119

How to: read/write Dbase III files (.dbf) C# VS 2010 using Visual FoxPro OLE DB Driver

I have been unable to find any complete example or guide to use Visual FoxPro OLD DB driver with Visual Studio 2010 to read and write data to/from .DBF files.

I found some info for VS 2005 but it doesnt seem to work w/ VS2010.

When I open Server Explorer and try to add a new Data Connection, the Visual FoxPro Driver is not listed.

Based on reading and searching for several days now it appears that this driver is the best way to go for handling DBF's but I am not necessarily tied to it= I am open to ANY solid, fast solution.

Any direction most appreciated.

Thanks

Upvotes: 0

Views: 3108

Answers (2)

Oleg
Oleg

Reputation: 823

Install VFPOLEDB provider, and then you'll be able to connect to DBF files.

Upvotes: 1

Jerry
Jerry

Reputation: 6557

Your could create a Linked Server to this Foxpro Database from SQL Server. That will make the Foxpro data accessible.

Upvotes: 0

Related Questions