Grégoire Dubois wrote: > Here is some sample code.
Thanks for the repro. If you change the statement type to ResultSet.TYPE_FORWARD_ONLY from ResultSet.TYPE_SCROLL_INSENSITIVE then the problem does not exist. So it's a bug, but there is a workaround. Dan.
