实体框架的 FoxPro 提供程序
如何通过实体框架使用 Fox pro 数据库?
How Can I Work with Fox pro DataBase With Entity Framework?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何通过实体框架使用 Fox pro 数据库?
How Can I Work with Fox pro DataBase With Entity Framework?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
去年,我花了相当多的时间尝试开发 VFP EF Provider。我能够连接到设计器并进行基本查询。但今年其他兴趣阻止了我完成这个项目。我将在 codeplex 上发布我的代码,看看我是否可以获得一些开发帮助来完成这个项目。
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.
如果必须,请将 OleDB .Net 驱动程序与 FoxPro ODBC 驱动程序一起使用。如果表现不佳,请不要怪我。
If you must, use the OleDB .Net driver with the FoxPro ODBC driver. Don't blame me if performance is poor though.
您不能将 EF 与 FoxPro 一起使用,因为没有可用的启用 EF 的提供程序。
您可以使用 OBDC 或 OLEDB,但是您需要编写自己的数据层。
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.