dbase_numrecords
Gets the number of records in a database
&reftitle.description;
intdbase_numrecords
intdbase_identifier
Gets the number of records (rows) in the specified database.
Record numbers are between 1 and dbase_numrecords($db),
while field numbers are between 0 and dbase_numfields($db)-1.
&reftitle.parameters;
dbase_identifier
The database link identifier, returned by dbase_open
or dbase_create.
&reftitle.returnvalues;
The number of records in the database, or &false; if an error occurs.
&reftitle.examples;
Looping over all the records of the database
]]>
&reftitle.seealso;
dbase_numfields