Displaying 1 result from an estimated 1 matches for "4million".
Did you mean:
million
2005 Dec 29
1
Best way to prune my list of returned rows?
Every example and tutorial I can find shows how to create and paginate a
list of rows returned from a table. But I''m trying to write an
interface on top of an existing table with 4million rows. So I need to
jump right to the lesson on searching my data. That, I can''t find.
Can somebody tell me the techniques available for pruning down my list a
bit? I found a "search generator", which seems like the best approach
for the long term, allowing me to search on...