Daniel John Debrunner <[EMAIL PROTECTED]> writes: >> Fernanda wrote: >> I do not think implementing the ResultSet.refreshRow() >> method would help in this case. We are implementing result sets of >> type TYPE_SCROLL_INSENSITIVE and according to the "JBDC API >> Tutorial and Reference, Third Edition" p.759, the refreshRow() >> mothod does nothing for result sets of type >> TYPE_SCROLL_INSENSITIVE. Maybe you were thinking of the >> refreshRow() semantics for sensitive result sets.
> I was only reading the jdk 142 javadoc for refreshRow which does not > mention this restriction. I didn't even consider such a restriction > would be in place. Interestingly, neither does the JDK 1.6 beta docs... Lance? ;-) Dag
