I\'m using the following code
st = connection.createStatement( ResultSet.CONCUR_READ_ONLY, ResultSet.FETCH_FORWARD, Resu
I noticed that your use of the API is different from what expressed by Javadoc:
Try passing parameters in this order
ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLY, ResultSet.FETCH_FORWARD