Hi,
I'm tring to get a DB2 connection for a preparedstatement using DB2 JDBC driver and getting the following exception: setMaxFieldSize not supported in JCL 1.0
Here is an example.
st = conn.PreparedStatement();
Has anyone encountered this problem before and any fix.
Thanks.
CVK.