Yes, a table with column headers to apply sort order. Does I should create a select command with many parameters or a more generic way to sort exists?
SELECT columns FROM tables WHERE predicates ORDER BY column ASC/DESC; ORDER BY ? ?(column, order) , ? ?. ? ? (for all columns). On Tue, Sep 30, 2008 at 8:03 PM, Adriano Crestani < [EMAIL PROTECTED]> wrote: > Hi, > > What do you mean by pager? > > Let me see if I got what you mean: do you want to show a table with the > columns sorted to the user using paging? > > Regards, > Adriano Crestani > > On Thu, Sep 25, 2008 at 6:16 AM, devantor devantor <[EMAIL PROTECTED]>wrote: > >> Hi, >> >> Congrats for the tuscany project! >> >> What's the best way to sort large dataset with DAS? I want to display a >> grid with many columns and a pager. >> >> Thanks. >> >> >> >
