|        | |||||
|  | |||||
| function | SQLDescribeParam | ||||
| 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 SQLDescribeParam
     (  read-only SQL_handle_type StatementHandle,
        value counter ParameterNumber,
        modifiable counter DataType,
        modifiable counter ParameterSize,
        modifiable counter DecimalDigits,
        modifiable counter Nullable )
Returns the description of a parameter marker associated with a prepared SQL statement.
Input arguments:
Output arguments:
| ---- |