|        | |||||
|  | |||||
| function | SQLFreeStmt | ||||
| 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 SQLFreeStmt
     (  read-only SQL_handle_type StatementHandle,
        value counter Option )
Stops any processing associated with a specific statement, closes any open cursors associated with the statement, discards pending results, or, optionally, frees all resources associated with the statement handle.
Input arguments:
| ---- |