IAm using Oracle as DataBAse and Jsp as Fend I want to show only four records per page ..and then click next to go for more records .. if any link to this topic is available pls pass on to me bye and take care
Many people mentioned JDBC scrollable resultset in the above thread. It is a great solution since the huge data set is stored at the database end. But it does require you to maintain an active connection to the database at all time. I guess this is a small price to pay if you really want large multipage results.