PHP.nl

odbc_field_name

odbc_field_name

Get the columnname

 **odbc_field_name** Odbc\Result $statement int $field

Gets the name of the field occupying the given column number in the given result object.

statementodbc.result.object.

fieldThe field number. Field numbering starts at 1.

Returns the field name as a string, or false on error.