Hello, All, Get ResultSet from "select * from mytable". But my talbe is too huge, I got error message (java.lang.OutOfMemoryError <<no stack trace available>>) . Can I get ResultSet 100 rows each time? Is there any jdbc example for this solution? " Select top 100 * from mytable " only gives me top 100, how can I get next 100 rows ??? Thanks! -Zhining