|
Jdbc
Hi,
Can any one help me please
In my application the resultset got 49 records.
rs.getFetchSize() shows 49, but when i say while(rs.next()) the pointer is not moving to the rs.next() block.
Can anyone help me how to work out, and im sure the resultset is scrollable.
Thanks.
|