Subject | Re: [IBO] refresh Query/Grid |
---|---|
Author | Svein Erling Tysvær |
Post date | 2002-06-24T10:40:07Z |
>1. Table.Insert (via SP which has DML)I don't know.
>2. Table.RefreshKeys (AutoFetchAll is False)
>3. Table.Last
>Is that the appropriate and fastest way to perform it?
>Is there anything faster available?Just make sure you have a descending index for whatever you are sorting on
(if not it has to go through the entire dataset to find which record is the
last one).
Set