Submitted by Anonymous on Thu, 04/01/2010 - 15:23.
Thank you so much for posting this information. This was a wonderful and concise writeup and helped me achieve something similar in a very short amount of time. I did figure out an issue I was having in regard to getting paging to work. I had my select statement all lowercase, which fails to display any paging. One must have SELECT and FROM in uppercase for paging to work (it looks like it uses a regular expression to replace the query to get it to work).
Thank You!!
Thank you so much for posting this information. This was a wonderful and concise writeup and helped me achieve something similar in a very short amount of time. I did figure out an issue I was having in regard to getting paging to work. I had my select statement all lowercase, which fails to display any paging. One must have SELECT and FROM in uppercase for paging to work (it looks like it uses a regular expression to replace the query to get it to work).