Databases: MSSQL Pagination
Fahad Khan (contact me)
This class can be used to split Microsoft SQL database query results in multiple pages.
It takes a given SQL query an executes it to retrieve the total number of rows and the rows to display in the current page up to a given limit of rows per page.
The class also generates a navigation bar of HTML links to browser other pages of the query results.
Click here for detailed information about this class on phpclasses.org