Hi,
I'm working on a project where we're gonna fetch data from a DB2 database. I've been testing with both the ibm provider and simple odbc and with both approaches the connection open method is very very slow.
If I try doing the same thing with Java and the IBM jdbc driver, it is a lot faster.
Does anyone have any tips on how to improve performance in .NET ?