Subject | Re: [IBO] TIB_Query.RefreshKeys ignores updates |
---|---|
Author | vicser |
Post date | 2002-05-25T12:19:13Z |
>Luiz, thank you.
> I have noted on latest version of IBO, I don't remember oldest versions,
> that I needed to call invalidatesql and next a refresh to do a refresh works
> properly.
> I had some problems with refresh and I solve this way. I would have to do
> some tests to try reproduce the problem again.
>
> Luiz.
>
TIB_Query.InvaludateSQL;
TIB_Query.Refresh;
or
TIB_Query.InvaludateSQL;
TIB_Query.RefreshKeys;
the only combinations, that works right.
Regards, vicser.
mailto: vicser@...