Subject | Re: [IBO] How to insert or delete record to TIB_Query's |
---|---|
Author | Kamlesh |
Post date | 2003-07-12T17:31:48Z |
Thanks For Reply
actually i tried using DefaultDMLCacheReceivedItem function in my query's
OnDMLCacheReceivedItem event
but what i see ( with 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
actually i tried using DefaultDMLCacheReceivedItem function in my query's
OnDMLCacheReceivedItem event
but what i see ( with 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
----- Original Message -----
From: "Markus Ostenried" <chef_007@...>
Newsgroups: egroups.ibobjects
To: <IBObjects@yahoogroups.com>
Sent: Saturday, July 12, 2003 5:37 PM
Subject: Re: [IBO] How to insert or delete record to TIB_Query's
> 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
>
>
>
>
___________________________________________________________________________
> 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/
>
>