That would be an interesting way to implement paging of a result set, just store your buffered query cursor in the session. Of course this would only work with Memory sessions, afaik, and would also probably tie up more resources than just fetching each page with a LIMIT clause...
But, interesting none the less. Sean --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

