What is the best/fastest way to get the number of documents in a database using C API?
As far as I can see, there’s no function in the API reference for this information. In Lotusscript the only way to get the count is to use the count of the all documents collection, which is awfully slow.
As it is available in the info box (and is pretty quick), there must be a better way to do this.