fbsql_field_name
Get the name of the specified field in a result
&reftitle.description;
stringfbsql_field_name
resourceresult
intfield_index
Returns the name of the specified field index.
&reftitle.parameters;
result
A result pointer returned by fbsql_list_fields.
field_index
The numerical offset of the field. The field index starts at 0.
&reftitle.returnvalues;
Returns the name as a string, or &false; if the field doesn't exist.
&reftitle.examples;
fbsql_field_name example
]]>
&example.outputs;
&reftitle.seealso;
fbsql_field_type