Re: CachedRowSet

2008-08-25 Thread kiran vuppla
Thanks for the reply.   Through JDBC we can create a CachedRowSet object and get the pagination working. I would like to how to configure CachedRowSet functionality using IBatis statements or something else so that I will retrieve the pagination.   Regards, Kiran --- On Mon, 8/25/08, Sundar

Re: CachedRowSet

2008-08-25 Thread Sundar Sankar
ResultSet object] Regards Sundar On Mon, Aug 25, 2008 at 10:19 AM, kiran vuppla <[EMAIL PROTECTED]>wrote: > Can some one please let me know if there we can use CachedRowSet for > pagination through IBatis as CachedRowSet api does give > pagination (previous(), next(), last() etc

CachedRowSet

2008-08-25 Thread kiran vuppla
Can some one please let me know if there we can use CachedRowSet for pagination through IBatis as CachedRowSet api does give pagination (previous(), next(), last() etc) functionality. Thanks in advance.   Regards, Kiran