hi,
for ex: I have a table which has more than 10.000 record. after some operations I know that some records values has changed and I have the key values of that changed records.
which way is the best to refresh these records. I did some tests, first tried full refresh and secondly locate this records and just refresh them by RefreshRecord procedure (also created an index on locate field ). if count of records is 7 trying to locate and refresh them one by one is more slow than full refresh.
which way is the best? is there a better way?