|        | |||||
|  | |||||
| function | SQLNumParams | ||||
| Sample Code | 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 SQLNumParams
     (  read-only SQL_handle_type StatementHandle,
        modifiable counter ParameterCount )
Returns the number of parameters in an SQL statement.
Input argument:
Output argument:
| ---- |