GetFieldCount - method of the PmaDatabase object
Description:
Returns the number of columns in the database table.
Syntax:
Long GetFieldCount()
Example:
JavaScriptVBScriptSelect and copy to clipboard
var nFieldCount = oDb.GetFieldCount();
Dim nFieldCount
nFieldCount = oDb.GetFieldCount()