I would like to compare the last modification date of an .ntx and a .dbf file. For the .dbf file, I can use LUPDATE() but is there a possibility to get the last modification date of an .ntx file ?
Assuming that you are talking programmatically speaking, ADIR(), will fill an array with the attributes of the select files. Check out Norton Guides for the syntax and functionality available with this function.
I use that strategy in all my applications to see if a database has been modified from another process.
Suggestion: If the index needs to be rebuilt use an "Index On" instead of "Reindex". I don't know the technical reason but I have had corrupted indicies many times using reindex and index on has alway corrected the problem.
Lyndon
---People Remember about 10% of what you say ---They never forget how you made them feel. Covey
The issue on the INDEX ON is if there is a corrupt index, which happens occasionally, the REINDEX just propagates the corruption while INDEX ON starts over with a clean header and creates the whole index from scratch.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.