hi,
I have come across one problem.
I have huge set of records in database (more than 3 lacs).
when i fire query on database it takes lot of time to retrieve those records. so my applications response time is very bad.
now i want to know that is there any way that i can fire query through
jdbc and retrieve only few results (records as needed)
even in TOAD first 500 records are shown, later query is fired if user clicks next.
i want same functionality in my application ...how can i achieve same