Subject Re: [IBO] Re: TClientdatset, TIboquery and Memo fields
Author Jason Wharton
I don't use TProvider extensively so I am more dependant upon others to
provide the fine tuning of my provider support. If you have a problem,
please send me a test case and I will for sure resolve and improve it to
meet your liking.

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


----- Original Message -----
From: "scoluccia2002" <Stefano.Coluccia@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, June 28, 2002 8:47 AM
Subject: [IBO] Re: TClientdatset, TIboquery and Memo fields


> --- In IBObjects@y..., "scoluccia2002" <Stefano.Coluccia@i...> wrote:
> > I've a TClientdataset a provider and TIboquery
> > and I've a table with also 5 field blob subtype 1 segment size 80
> > (memo)
> >
> > when I modify a record after post and after applyupdates(-1) I
> close
> > and open the table but the 5 field memo are empty
> >
> > Why?
> I think that TIBOQuery don't implement IProviderSupport so I must set
> to true the property Resolvetodataset of the TProvider and
> requestlive of TIboQuery to true but if I have a join doesn't work.
> I'm very worry and I think that the use of tclientdataset and
> tiboquery arise a lot of problem or not?