| Author |
Pagination
|
Alexander Sales
Ranch Hand
Joined: Feb 21, 2011
Posts: 89
|
|
Whats your approach when it comes to pagination using different databases?
Usually pagination is the way we scan from records to records.
|
OCPJP 6, OCEWCD Java EE 6
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56213
|
|
|
Either find out how the SQL dialect for the database allows for paging, or use an abstraction layer like an ORM.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Mohamed Sanaulla
Bartender
Joined: Sep 08, 2007
Posts: 2928
|
|
|
This article should be of some help: PaginationOrPaging
|
Mohamed Sanaulla | My Blog
|
 |
Sergey Mois
Greenhorn
Joined: Aug 25, 2009
Posts: 5
|
|
|
Paging in SQL Server
|
 |
 |
|
|
subject: Pagination
|
|
|