|        | |||||
|  | |||||
| function | SQLGetDescField | ||||
| Related Syntax | Other Library Functions | 
| Library: ODBC Include: omodbc.xin | Returns: Numeric An SQL return code. The following values may be returned: 
 | 
  define external counter function SQLGetDescField
     (  read-only SQL_handle_type DescriptorHandle,
        value counter RecNumber,
        value counter FieldIdentifier,
        read-only SQL_vector_type Value,
        value counter BufferLength,
        modifiable counter StringLength )
Returns the current setting of a single field of a descriptor record.
Input arguments:
Output argument:
| ---- |