You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tuscany.apache.org by Adriano Crestani <ad...@apache.org> on 2008/10/01 02:03:00 UTC

Re: DAS sorting large dataset

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 <de...@gmail.com>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.
>
>
>

Re: DAS sorting large dataset

Posted by Luciano Resende <lu...@gmail.com>.
Here is more information on using the DAS Pager

http://tuscany.apache.org/workingwithpaging.html

On Tue, Sep 30, 2008 at 5:03 PM, Adriano Crestani
<ad...@apache.org> 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 <de...@gmail.com>
> 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.
>>
>>
>
>



-- 
Luciano Resende
Apache Tuscany, Apache PhotArk
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Re: DAS sorting large dataset

Posted by devantor devantor <de...@gmail.com>.
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 <
adrianocrestani@apache.org> 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 <de...@gmail.com>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.
>>
>>
>>
>