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 isolation level? How to set it?
What is a jdbc connection string?
What are the differences between resultset and rowset?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
How can I write to the log used by DriverManager and JDBC drivers?
What is in term of jdbc a datasource?
What is JDBC Driver interface?
Expalin the method of calling a stored procedure from jdbc.
Where is jdbc used?
What is meant by jdbc and odbc?
What port does jdbc use?
What are different parts of a url?
What are the advantages of using preparedstatement in java?
What is the purpose of the jdbc resultset interface?
What are the factors that the jdbc driver performance depends upon?