integer=dbColumnCount()
The function gives number of fields in the database.

Parameters
There are no parametres in this function.

Example - Director
global ado
count=ado.dbColumnCount()

Example - Authorware
count:=CallObject(ado; "dbColumnCount")