i have 1000 records in resultset, how to get first 100
records from resultset, because resultset fetch all 1000
records at a time?
Answer Posted / dmk.java@gmail.com
query should be prepare like this
select * from tab_name where rownum <= 100
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is device controller?
What is the limitation of PreparedStatement and how to overcome it?
What is odbc jdbc?
What is a rollback in jdbc?
Is jdbc a middleware?
Why is jdbc used?
What is connection data?
Why would you use setautocommit(false) in jdbc?
What is new in JDBC 2.0?
How to know howmuch data is truncated?
What does jdbc stand for?
What is the function of setautocommit?
Which Java and java.sql data types map to my specific database types?
How do I set properties for a JDBC driver and where are the properties stored?
Discuss the significances of jdbc.