Thanks. I will back-patch these in to 7.0.X.
> I'm the one who posted this question and also posted the patch to fix it.
> Thanks for including it. The version of the JDBC driver in the cvs fixes
> all the problems I know of regarding indexing (I re-wrote
> absolute). Absolute and relative do
I'm the one who posted this question and also posted the patch to fix it.
Thanks for including it. The version of the JDBC driver in the cvs fixes
all the problems I know of regarding indexing (I re-wrote
absolute). Absolute and relative do not work properly in the 7.0 driver.
Thanks,
--
> The "absolute" method is called by the relative method to change the
> cursor position. However, I noticed that absolute does not change
> current_row, it only loads the data.
>
> Shoudn't absolute contain the following line :
>
> current_row=index;
>
The current code shows:
curren
You also need to remove the condition causing the procedure to return
falsi if index==0. I've changed it in my code, and it fixed a few bugs
that were cropping up.
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
--
The "absolute" method is called by the relative method to change the
cursor position. However, I noticed that absolute does not change
current_row, it only loads the data.
Shoudn't absolute contain the following line :
current_row=index;