DatabaseColumnName()
Syntax
Text$ = DatabaseColumnName(#Database, Column)Description
Return the name of the specified column in the #Database. This command is only valid after a successful FirstDatabaseRow() or NextDatabaseRow().
Parameters
#Database The database to use. Column The column to use.
Return value
Returns the name of the column.
See Also
DatabaseColumns()
Supported OS
All