I appreciate your responses:
I was at DB2 7.2 (without FixPack). Then I installed FixPack 12. That bumped the DB2 level from 7.2.0 to 7.2.9, but didn't get me the feature the third-party application needs: It throws exception when trying to:
con.createStatement(ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLY);
Is this level of functionality simply not available at 7.2 level? Will this require me to go to DB2 V8? How can I find out?
Thanks