Using LINQ to Entity Framework with DB2

前端 未结 3 1154
隐瞒了意图╮
隐瞒了意图╮ 2020-12-30 16:12

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 appreciat

3条回答
  •  有刺的猬
    2020-12-30 16:59

    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

提交回复
热议问题