Archive for November, 2006

Paging Through Data 2.0

Saturday, November 11th, 2006

For a long time, whenever I wanted to do paging to browse through a table, I used to run 2 queries. The first would get the results, and the second would be an almost identical query, with a count() instead of fields, and I'd use the result of the ...