This fix will appear in 7.01, and is in tonight's snapshot. Please let
us know if that does not fix it.
> I think I've found a bug in how the jdbc driver (JDBC2) numbers the rows
> in a result set. According to Sun's documentation for the ResultSet
> interface, the rows in a result set should
I think I've found a bug in how the jdbc driver (JDBC2) numbers the rows
in a result set. According to Sun's documentation for the ResultSet
interface, the rows in a result set should be numbered starting with
1. However, the ResultSet.java's first() routine set's current_row to
0. The odd thing