Proper Batch Resizing with the JDBC DriverThe following JDBC driver exception was reported while using a prepareStatement() and addBatch(): ctree.jdbc.DharmaSQLException: Row value out of range The error occurs after executing the batch and then executing a second batch using the same prepared statement. The JDBC driver did not properly resize an internal object used for batches after executing the first batch. This collection is now resized after a successful execution. |
|||