Frans Bouma's blog

Generator.CreateCoolTool();

Syndication

News




    Add to Technorati Favorites

About me

Fun stuff I created

My work

DB2 will get .NET integration!

(via Randy's blog). Infoworld reports that IBM will enhance DB2 with .NET integration. Read the infoworld article here.

For me, this is the best news in months and for .NET this is one of the best things that could happen to .NET: other big corporations see the importance of supporting .NET in their software. DB2 will be able to host the CLR, but the article doesn't say if this means that for example an AS/400 will be able to run stored procedures in C#, because at the moment there is no CLR for OS/400 (DB2 now generates C from stored procedures which is compiled).

IBM will also release a native .NET provider for DB2 which is great, since their DB2 database can now only be accessed through OleDb from .NET (or you have to be brave enough to use the beta provider ;) ). All in all, great news, and I hope this action from IBM will trigger that other database vendor, Oracle to follow its path: include functionality to host the CLR inside the RDBMS.

Published Sunday, October 26, 2003 12:27 PM by FransBouma

Comments

# re: DB2 will get .NET integration!@ Sunday, October 26, 2003 4:46 PM

No product p1mping in the comments please. Kingsley: your comment is deleted because of that.

Frans Bouma

# re: DB2 will get .NET integration!@ Tuesday, October 28, 2003 3:21 PM

Oracle is already working on a data provider for .NET. No support for CLR integration in the management system though.

Paul Gielens

# re: DB2 will get .NET integration!@ Wednesday, October 29, 2003 5:48 AM

Paul: I use ODP.NET already for the oracle driver for LLBLGen Pro (which will be released next week). Its a good provider, but it comes in a 74MB download, which is way too much (the driver itself is just 4MB).

Frans Bouma