odbc_result()
odbc_result - Get result dataSyntax
mixed odbc_result (resource $result_id, mixed $field)Arguments
- result_id - The ODBC resource.
- field - The field name being retrieved. It can either be an integer containing the column number of the field you want; or it can be a string containing the name of the field.
