Subject Re: [IBO] TIBOQuery Questions
Author Michael Fung
Jason,

I am afraid that means a prepare process for each sorting order at
the server side, and prepare process gives negative impact on
performance, especially for remote users. Just hope the sorting can
be done at client side.

Rgds,
Michael


--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...>
wrote:
> With IBO I rely upon the server to provide the sort so you would
have to
> resubmit the query with the new sort criteria and refresh the
dataset.
>
> Jason Wharton
> CPS - Computer Programming Solutions
> Mesa Arizona
> http://www.ibobjects.com
>
> -- We may not have it all together --
> -- But together we have it all --
>
> "StinkyDuck" <shaq@b...> wrote in message
> news:b76sqe$i5q$1@......
> > If I query a table for some information say for a customer and I
sort the
> > query by last name, can i resort the query I already have say by
state or
> do
> > I have to re-Query the table and sort it by state?
> >
> > Thanks In Advance.