Other than using the LIST.INDEX command to see if an Index build is required, are there any other tools available to determine if an Index is in-sync with the data file? We are getting false negative results using LIST.INDEX.
Example:
SELECT CUSTOMER WITH NAME = "SMITH"
1 record selected
Then if we try: SELECT CUSTOMER WITH NAME = "SMITH" NO.INDEX
3 records selected
If we rebuild the INDEX then the Select will return 3 records
SELECT CUSTOMER WITH NAME = "SMITH"
3 records selected
Also, what would cause the Index to become out-of-sync with the data file, and how can we prevent this from happening?
------------------------------
Gil Steidle
DEV
DDI System Inc
brick NJ US
------------------------------
