fahad, ur prob is common if u define the connection statement like:
stmt=con.createStatement();
instead of it u should define like:
stmt=con.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);
i think, it will help u solve ur problem. in fact, resultset goes only one way......first to last. if u like to move both way u have to define ur result set TYPE_SCROLL_INSENSITIVE.
thanks for ur post.
_________________
we've lot of things to think abt curr probs
so, i don't have time to think abt religion or wonder of sceice .......... how ppl can waste their time like this?