Function EN Version 4.50

@GetDBDocumentCount

Database NotesAdmin

Syntax

@GetDBDocumentCount(DBHANDLE1);
@GetDBDocumentCount(DBHANDLE1;FLOATDELETEDCOUNT);
@GetDBDocumentCount(DBHANDLE1;FLOATDELETEDCOUNT;FLOATDESIGNCOUNT);

Description

The number of data documents in the DB with the DBHANDLE DBHANDLE1 is returned.
Optionally, the number of deleted documents FLOAT FLOATDELETEDCOUNT and the number of design documents FLOAT FLOATDESIGNCOUNT can be queried.

Example: @GetDBDocumentCount(DBHANDLE1)

@GetDBDocumentCount(DBHANDLE1)
The database is opened, the number of data documents is output, and then the DB is closed again.

Note : This text was machine-translated and may contain inaccuracies.