Hi,
I'm using offsetGet() method to compare the current result to the next result in the Resultset. This works and I can comare what I need to, but the offsetGet() removes the result from the resultset. Is this the expected behaviour? If so is there a way to compare the current result with the next in such a way.
Thanks