Subject | Re: [IBO] TIBOQuery Questions |
---|---|
Author | Michael Fung |
Post date | 2003-04-12T01:54:24Z |
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:
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 wouldhave to
> resubmit the query with the new sort criteria and refresh thedataset.
>sort the
> 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
> > query by last name, can i resort the query I already have say bystate or
> do
> > I have to re-Query the table and sort it by state?
> >
> > Thanks In Advance.