GetRecordCount - method of the PmaDatabase object
Description:
Returns the rough number of rows in the table.
Syntax:
Long GetRecordCount()
Example:
JavaScriptVBScriptSelect and copy to clipboard
var nRecordCount = oDb.GetRecordCount();
Dim nRecordCount
nRecordCount = oDb.GetRecordCount()