Subject Re: [IBO] How to insert or delete record to TIB_Query's
Author Kamlesh
Thanks Helen

actually i tried using that function (InsertBufferBookmark - specified in
Help - OnDMLCacheReceivedItem)

i also tried using DefaultDMLCacheReceivedItem function in my query's
OnDMLCacheReceivedItem event but what i see ( with TIB_Monitor ) is
TIB_Query fetches all record from server again.

and what i want is just fetch only required record ( whose id is specified
in ADMLCacheItem )


Regards
Kamlesh

"Helen Borrie" <helebor@...> wrote in message
news:5.1.0.14.2.20030713084253.02b7bf68@......
> Kamlesh,
> A sample OnDMLReceivedItem handler is included in the Help, under the
topic
> OnDMLReceivedItem. The technique here is to use the KeyValues property of
> the DMLCacheItem to find the bookmark of the affected row in the buffer
and
> invalidate/delete/insert it appropriately.
>
> Helen
>
>
>
>
>
___________________________________________________________________________
> IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
> without the need for BDE, ODBC or any other layer.
>
___________________________________________________________________________
> http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>