At 6:24 AM -0700 5/27/99, Alan Johnson wrote:
>John, using DmNumRecordsInCategory with dmAllCategories should get you the
>total of all non-deleted records. I'm using this and it seems to be working
>so far.

That seems like it will work.

However, it can be slow.  DmNumRecords just returns an integer that's kept
in the database header.  DmNumRecordsInCategory has to actually go and
count, so it's a O(n) operation where n is DmNumRecords.

Typically this won't cause you any problem, this is just FYI.

                                --Bob


Reply via email to