Steve Dyke wrote:I am using java sql to get remote record data. After I get the ResultSet is there a faster way to searh for the existance of a string within the ResultSet other than iterating through the records with while loop?
I don't know of any. Maybe
you should change your SQL query to make the information you need more readily available?