Hello All,
I am trying to retrieve 35000 records from sybase database after executing query. My query executing time is less than 3 secs.. but processing time is taking too much time 55 secs....
while(rs.next()){
}
This above code is taking too much time. while reading is taking time for 35k records.
Plz advise
can someone help on this above?