Queries the Database for the number of records in a given table. For example, it can return the number of parts in storage.
void FCODKDriver::RecordCount(const char *tableName, unsigned long long *recordCount)
Requires the Following Information:
Result Values:
recordCount is an unsigned eight-byte integer.
If no records exist, Record Count is zero, which is NULL.
Expected Errors:
When an Error Occurs: