[Zope] sorting a SQL result set
Dieter Maurer
dieter@handshake.de
Tue, 3 Jul 2001 21:42:25 +0200 (CEST)
Sion Morris writes:
> As there can be over 30 fields in the original
> query what would be the best way to save and then restore the query?
A session object, e.g. FSSession or CoreSessionTracking or ...
> Does it make sense to try and load the result into a list object
> before displaying and from then on work with the list object when
> sorting?
You can do this as well.
Usually, one would expect that the database sorts faster.
Dieter