Subject Re: [IBO] DML caching with IBODatasets
Author Jason Wharton
I suppose I could surface the DMLCaching stuff with the TIBODataset but for
now just access them at run-time using the InternalDataset property to
access the internal cursor, which is merely a specialized TIB_Query
component.

Regards,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "rodbracher" <rod@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, May 30, 2002 12:09 AM
Subject: Re: [IBO] DML caching with IBODatasets


> Is there no way the ibodataset can "catch" a commit with some event
> and pick up what table is being commited - then updates could occur
> to the other tables ?
>
>
> --- In IBObjects@y..., "Luiz" <cprmlao@i...> wrote:
> > Rod,
> >
> > You could use a refresh with a timer or sockets to send a
> notification to
> > clients indicating a modification on any records. I try it the
> last one,
> > and
> > it worked, but I didn't like too much, because the flick in my
> grid. So, I
> > solve abandon tiboquerys and started to use tib_query with
> ibodmlcache. I
> > found more confortable work with it.
> >
> > Luiz.
> >
> > ----- Original Message -----
> > From: "rodbracher" <rod@m...>
> > To: <IBObjects@y...>
> > Sent: Wednesday, May 29, 2002 1:26 PM
> > Subject: [IBO] DML caching with IBODatasets
> >
> >
> > > Is is possible to have DML caching with IBODatasets.
> > > Reading your DML Caching doc I see Application and Global scoped
> > > caching still requires DMLCache flags at the ib_dataset level and
> ibo
> > > datasets do not have such a property.
> > >
> > > If DML caching is not possible - what is the next best way to
> keep an
> > > app in sync ( my app has hundreds of datasets )
> > >
> > > D5 IBO 4 IB 6
> > >
> > > Thanks - Rod