|        | |||||
|  | |||||
| function | SQLFreeHandle | ||||
| 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 SQLFreeHandle
     (  read-only counter HandleType,
        value SQL_handle_type Handle )
Frees resources associated with a specified environment, connection, statement, or descriptor handle.
Input arguments:
| ---- |