1

How Can I Work with Fox pro DataBase With Entity Framework?

Hossein Moradinia
  • 6,116
  • 14
  • 59
  • 85

3 Answers3

4

Last year I spent a fair amount of time trying to develop a VFP EF Provider. I was able hook into the designer and get basic queries working. But this year other interests have prevented me from completing the project. I’m going to post my code on codeplex to see if I can get some development help in wrapping up this project.

Tom Brothers
  • 5,929
  • 1
  • 20
  • 17
3

If you must, use the OleDB .Net driver with the FoxPro ODBC driver. Don't blame me if performance is poor though.

Ben
  • 34,935
  • 6
  • 74
  • 113
0

You can't use EF with FoxPro because there is no EF enabled provider available.

You can use OBDC or OLEDB but then you need to write you own data layer.

DaveB
  • 9,470
  • 4
  • 39
  • 66