Subject | Re: [IBO] How to insert or delete record to TIB_Query's |
---|---|
Author | Kamlesh |
Post date | 2003-07-13T11:12:09Z |
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@......
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,topic
> A sample OnDMLReceivedItem handler is included in the Help, under the
> OnDMLReceivedItem. The technique here is to use the KeyValues property ofand
> the DMLCacheItem to find the bookmark of the affected row in the buffer
> invalidate/delete/insert it appropriately.___________________________________________________________________________
>
> Helen
>
>
>
>
>
> IB Objects - direct, complete, custom connectivity to Firebird orInterBase
> without the need for BDE, ODBC or any other layer.___________________________________________________________________________
>
> http://www.ibobjects.com - your IBO community resource for Tech Infopapers,
> keyword-searchable FAQ, community code contributions and more !
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>