Subject | RE: [IBO] TIBOTable.. |
---|---|
Author | Jason Wharton |
Post date | 2007-11-23T22:18:50Z |
Gordon,
time to time.
property and this will control the sort order. This will cause your query
to be re-executed on the server as I don't do client-side record sorting.
Jason L Wharton
> I have a very simple situation where I have about 20-50 records in aYes, and if you want the table to stay current you should call Refresh from
> table.. Im opening it , and looping through it, many times a second..
>
>
> The data doesnt change very often, so I want to just open it and leave
> it open..
>
>
> 1. I am assuming that as long as I do a fetchall , I should have them
> all in memory?
time to time.
> 2. Is there any way to tell it to give it to me in a certain order? OrYes, you can set the IndexFieldNames property or you can set the IndexName
> is that onlyfor the Query components?
property and this will control the sort order. This will cause your query
to be re-executed on the server as I don't do client-side record sorting.
Jason L Wharton