GETDBCOLUMNNAMES
Returns the names of db columns from a widget.
Returns the names of db columns from a widget.
GETDBCOLUMNNAMES(widget)
widget - a reference to the widget from which the db column names should be returned - Value type: widget reference
The function returns a range of rows containing the DB column names, with the same text that is displayed in the db column list in the Connection tab.
If GETDATA is called with a parameter, i.e. a self-defined statement, the function does not return values for all connector types. This functionality is offered step-by-step.
The row widget is filled with the db column names which are specified for the table widget in the Connection tab.