RE: Paging through DB ResultSets

2003-08-26 Thread Navjot Singh

Model Layer
If you database supports *limit* clause, use that.
OR
Use Paging Patterns (known as Value List Handler in J2EE but i think it's
misnomer ;-)

Presentation Layer
Use Pager Taglib


|-Original Message-
|From: Kapadia Mitesh-C23457 [mailto:[EMAIL PROTECTED]
|Sent: Tuesday, August 26, 2003 1:53 AM
|To: [EMAIL PROTECTED]
|Subject: Paging through DB ResultSets
|
|
|Any suggestions or ideas on how I can page through a DB ResultSet?
|
|Thanks in advance.
|
|- Mitesh
|


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Paging through DB ResultSets

2003-08-25 Thread Kapadia Mitesh-C23457
Any suggestions or ideas on how I can page through a DB ResultSet?

Thanks in advance.

- Mitesh