Using LINQ to Entity Framework with DB2

南笙酒味 提交于 2019-11-30 07:54:57

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

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!