|        | |||||
|  | |||||
| function | SQLFreeConnect | ||||
| 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 SQLFreeConnect
     (  read-only sql_handle_type ConnectionHandle  )
Releases a connection handle and frees all associated memory. This function has been superseded by SQLFreeHandle in ODBC 3.0. 
Input argument:
| ---- |