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 / a kumar
If your intention is to dislay only 100 records to the
user, then better make the change the query to retrieve
first 100 recs. (like say fetch first 100 rows in Db2).
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Can we return resultset in java?
What is namedparameterjdbctemplate?
What is the use of jdbc api?
What is ODBC and JDBC? How do you connect the Database?
What is a statement?
How do I connect to jdbc?
What is JDBC PreparedStatement?
Is jdbc secure?
When do we use execute method in java jdbc?
What does the connection object represents?
What is jdbc odbc connection?
How does jdbc connect to database?
How do we call a stored procedure from jdbc?
Does jdbctemplate close connection?
How can I manage special characters when I execute an insert query?