DBASEcountDatasets

Top  Previous  Next

Counts the records of a DBASE data bank

All records are counted, i.e. also the extinguished records are counted. If the data bank is writing opened by several users, the result is valid only at the time of this call. However, it is guaranteed that the number of the records does not sink.

Parametre

buf (DBbuffer *) [IN]

The trading of the DBASE data bank.

Result

(long int) [OUT]

The number of the records in this data bank and also extinguished records count.

Declaration

#include "dbase.h"

 

long int DLLENTRY DBASEcountDatasets (

DBbuffer * buf

);