how to read value from result set having just one row
843859Nov 24 2009 — edited Nov 25 2009My sql query retrieves just one record from table based on the supplied parameters. When m using rs.next() it is returning false, hence not going in while loop. so what to do. How to read value from that one row which I want to do?
Any help will be appreciated. Thanks in advance.
Please help.