I am having troubles getting my paging functionality to work completely. It appears to work, but when you click on any of the follwoing pages after 1, it re-quieries the entire database instead of carrying over the prior searches results....any suggestions as to why?
Do you modify the query at each page, or do you try to use the same query for all pages and paginate yourself using code (deciding which results to display for the particular page)?
Originally posted by bberrios I do not modify the query at each page, I am trying to use the same query. I am using the same query and paginating each page. Any suggestions...
One of the better ways to achieve this is to set the "PageSize" property of the RecordSet and then use the "AbsolutePage" property to move to a specific page. Look up msdn for these two properties of the recordset, that should do it.
I have done this, that is why I am puzzled. I am attaching the page I am using (as a text file), maybe you can see something I don't. Thanks so much for all your input.
* The Best Reasons to Target Windows 8
Learn some of the best reasons why you should seriously consider bringing your Android mobile development expertise to bear on the Windows 8 platform.