Subject | RE: [IBO] Updating with TIBOTable only modified fields with old value <> new value |
---|---|
Author | |
Post date | 2015-05-17T09:01:45Z |
Thanks Jason,
I use filters on lookup TIBOTable and generally the result in less than one hundred rows.
For these tables I use locate to spécifically find a record
For the other TIBOTable (on which I insert or update) I use a gotokey to find the record
Would it be better (in terms of performance) to use IndexFieldName to sort on the fields involved in and use a SQLWhere string to limit the result ? (either to the range or to the record)
With large tables, every things limiting the network bandwidth will be useful
Thanks
I use filters on lookup TIBOTable and generally the result in less than one hundred rows.
For these tables I use locate to spécifically find a record
For the other TIBOTable (on which I insert or update) I use a gotokey to find the record
Would it be better (in terms of performance) to use IndexFieldName to sort on the fields involved in and use a SQLWhere string to limit the result ? (either to the range or to the record)
With large tables, every things limiting the network bandwidth will be useful
Thanks