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
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
What are the common JDBC problems that you got and how do you solved them?
How do you determine the sensitivity of the ResultSet object?
How many ways can you update a result set?
How vendor Naming registry supports JNDI?
What is the jdbc rowset?
What is the meaning of connection?
Can we have foreign key reference to a non primary key column ?
What do you mean by database connection pooling?
What is a jdbctemplate?
What is addbatch jdbc?
What is jdbc url for mysql?
What is the function of setautocommit?
What is the purpose of jdbc?
What is the use of getGeneratedKeys() method in Statement?