Hi all, I am trying to get some data from the DB2 and am using com.IBM.db2os390.sqlj.JDBC.DB2SQLJDriver . The thing is that the first iteration works wonderfully for every thread. Just a very small and simple SQL to get an ID back. Thing is from the second iteration it only returns null.
It's like its not closing that 1st request. I tried lots of config stuff but nothing helps. Anyone seen this before? Cheers Oliver