integer=dbRecordCount()
The function gives number of records in the database.
Parameters
There are no parametres in this function.
Example - Director
global ado count=ado.dbRecordCount()
Example - Authorware
count:=CallObject(ado,"dbRecordCount")