这些 IBM.Data.DB2 dll 之间有什么区别?
我的盒子上安装了这些 dll。它们之间有什么区别以及何时使用它们?
IBM.Data.DB2.dll
IBM.Data.DB2.Entity.dll
IBM.Data.DB2.ASP.dll
IBM.Data.DB2.9.5.5.dll
另一件事是,我的 db2 数据位于 Z/OS 大型机上(如果这有影响的话)。
I have these dlls installed on my box. What are the differnces between them and when would I use each?
IBM.Data.DB2.dll
IBM.Data.DB2.Entity.dll
IBM.Data.DB2.ASP.dll
IBM.Data.DB2.9.5.5.dll
One other thing, my db2 data is on Z/OS Mainframe, if that makes a difference.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为“我的盒子”是指类似 Windows 桌面客户端之类的东西,用于连接到 DB2 数据源。文章哪种 DB2 9.5 客户端连接选项适合您? 解释了(某种程度上)为什么你的机器上安装了所有这些不同的 DLL。
IBM.Data.DB2.dll
文件是您在 Visual Studio 中添加以使用其各种方法的主要资源引用。您可以将所有这些 DLL 添加为虚拟 Visual Studio 项目中的引用,然后在对象浏览器中浏览它们,您将看到它们的不同方法或缺少的方法。By "my box" I assume you mean something like a Windows desktop client that you use to connect to your DB2 data source. The article Which DB2 9.5 client connectivity option is right for you? explains (kind of) why you have all those different DLLs installed on your box.
The
IBM.Data.DB2.dll
file is the main resource reference you would add in Visual Studio to use its various methods. You can add all of those DLLs as references in a dummy Visual Studio project then browse them in the Object Browser, and you will see their different methods or lack of.