Subject Re: [IBO] Buffering & Parameterised TIB_Query
Author jwharton@ibobjects.com
There isn't a built-in mechanism to TIB_Query to accomplish that.
It will merely fetch the data from the server again.

However, if you are using cached updates, it should keep the cached items from the previous batch of data and operate
with them going back and fourth between the two datasets.

Hope this makes sense.

Jason Wharton

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Hi,
is it possible to setup a TIB_Query, (that takes an input parameter
to select data for a particular date), so that it retains the data
previously retrieved in its buffer when the input parameter is
changed and new data is fetched?

I'm currently using TIB_Cursors and STL containers to do this, but
wondered if there was a simpler way.

Thanks,
Steve