Physical pagination vs. logical pagination
Author: gianni.sandigliano@unifacesolutions.com (gianni)
Pagination as of today is implemented at DBMS level; it means we are managing parameters able to paginated data retrieved from DBMS itself. We call this feature "physical pagination". In many applications we need to use complex filters options, de facto discarding occurrences coming from DBMS with physical pagination configured. We call this feature "logical pagination". When logical pagination MUST be put in place because of application pre-requisites it is difficult to mantain stable the number of records presented on each web page. Question for Unifacers around the world: is the use of an intermediate temporary table the only solution to be able to show to the end user a fixed number of occurrences in each page? Thanks for any answer/tip/trick... :-) Ciao, Gianni