Subject | RE: [IBO] qry.Refresh v. InvalidateRows |
---|---|
Author | Tobias Giesen |
Post date | 2001-09-10T13:25:17Z |
I asked:
someone will tell me if I'm right.
With a SELECT * FROM X ORDER BY Z statement, use "InvalidateRows" when only
the contents of rows may have changed on the server, but not the number of
rows, nor any primary key fields, or anything that may affect sorting.
In all other cases, use "Refresh".
Is that so?
Cheers,
Tobias
> When should I use a full Refresh, and whenSince I got no replies so far I'm going to state what I think, and maybe
> should I just InvalidateRows?
someone will tell me if I'm right.
With a SELECT * FROM X ORDER BY Z statement, use "InvalidateRows" when only
the contents of rows may have changed on the server, but not the number of
rows, nor any primary key fields, or anything that may affect sorting.
In all other cases, use "Refresh".
Is that so?
Cheers,
Tobias