Subject Re: TClientdatset, TIboquery and Memo fields
Author scoluccia2002
--- 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?