Is there a quick way of counting deleted records?
I am using COUNT FOR DELETED() TO deletedcnt at the moment, but it is too slow on large files.
Also, what functions are available to provide statistics about a table, i.e number of records, file modification dates, record size etc
(the ones I have listed are the ones I have manage to do, but I've given them as examples of the sort of stats I want).
Thanks
Barry
I am using COUNT FOR DELETED() TO deletedcnt at the moment, but it is too slow on large files.
Also, what functions are available to provide statistics about a table, i.e number of records, file modification dates, record size etc
(the ones I have listed are the ones I have manage to do, but I've given them as examples of the sort of stats I want).
Thanks
Barry