07-29-2009 02:41 PM
Hi all!
I´m working on an application in which I store user information: id, name, age using the persistence model.
I need to show matching results based on querys (i.e. show users whose age is greater than 25, less than 50, etc.) and show matching results on a grid table. Is the right approach to parse the persistent storage looking for matching results one by one? How do I show matching results in a grid table? Do I have to use another saving mechanism to save matching results one by one?
Appreciate your help!
Best regards,
Juan.
07-30-2009 08:49 AM