문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top