Prasanth wrote:
> Below if the code with result set to reproduce the problem.
Thanks, I can reproduce it now.
It looks like a bug with updating the ResultSet's internal state after
updating via updateRow(). If you get a fresh copy of the row from the
database, it's fine.
-O