Subject Re: [IBO] How to insert or delete record to TIB_Query's internal buffer ?
Author Markus Ostenried
At 16:57 Saturday, 12.07.2003 +0530, you wrote:
>now how can i refresh just that perticular record using that Record ID(PK) ,
>so that query doesnt have to fetch all records ( or keys ) to just to
>refresh one(inserted or deleted) record

Don't know the exact solution but you should look in the help file for
"OnDMLCacheReceivedItem" event of TIB_Query. There's the code of
DefaultDMLCacheReceivedItem which maybe helps you getting started.

HTH,
Markus