Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a .net 4.0 provider for IBM DB2?

Tags:

.net

.net-4.0

db2

I can do any .Net development using v2 of the CLR (.net 2, 3, 3.5) but when I try to use .Net 4.0 then I get an error saying that the version of IBM.Data.DB2 is too old / out of date (it's compiled for CLR v2).

Where would I find a .Net 4 version of IBM.Data.DB2?

like image 415
Mesan Avatar asked May 31 '10 16:05

Mesan


2 Answers

IBM's policy towards providing updates is spelled out well in this forum thread.

like image 166
Hans Passant Avatar answered Sep 28 '22 13:09

Hans Passant


To connect to DB2 via .Net 4.0, you will need to download and install the Fix Pack 4 for version 9.7 of the IBM Data Connect software. Version 9.7 supports both x86 and x64 OS's and the fix pack 4 supports .Net 4.0 framework.

like image 25
Damon Cerveny Avatar answered Sep 28 '22 14:09

Damon Cerveny