将 LINQ to Entity Framework 与 DB2 结合使用
是否有 IBM 驱动程序,以便我们可以使用 Linq to Entity 框架连接到 DB2 并在 desinger edmx 文件上生成 DB2 实体? 任何链接将不胜感激
Is there an IBM Driver so we can use Linq to Entity framework to connect to DB2 and generate the DB2 entities on the desinger edmx file? Any links would be greatly appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
7已经出来了 您可以在PC上安装DB2 9.7客户端来连接任何DB2版本。 您也可以使用此 9.7 客户端将 edmx 文件创建到 DB2 8.2 数据库。
在开发时,您可能需要一个与 Scott 的 Linq to SQL 调试可视化工具类似的 Visual Studio 调试器。 在这种情况下,请随时在 http://www.rajavenkatesh.com/ 下载我的 RV 的 Linq to Entity 可视化工具祝
你好运
房车
7 is out. You can install DB2 9.7 client in your pc to connect to any DB2 version. You can create edmx file to DB2 8.2 database too using this 9.7 client.
While developing you might require a visual studio debugger similar to that of Scott's - Linq to SQL debug visualizer. In that case feel free to download my RV's Linq to Entity visualizer at http://www.rajavenkatesh.com/projects.aspx
Good luck
RV
是的。
Yes.
注册 DB2 9.7 的封闭测试计划并下载“代码”。 使用该映像安装 DB2 9.7 客户端和 Visual studio 插件。 之后您可以为 DB2 创建完整的 LINQ、edmx 文件。 但 Beta 6 中仍有一些未完成的工作。希望最终版本应该没问题。
祝你好运
Register yourself for closed beta program of DB2 9.7 and download the "code". Use the image to install DB2 9.7 client and Visual studio addins. After that you can create complete LINQ, edmx file for DB2. But still there are some unfinished work in Beta 6. Hopefully the final release should be fine.
Good luck