SQLFreeConnect()
- Free a connection handle
SQLFreeConnect()
is a deprecated function
and is replaced by SQLFreeHandle()
.
ODBC specifications for SQLFreeConnect()
ODBC specification level | In X/Open CLI CAE specification? | In ISO CLI specification? |
---|---|---|
1.0 (Deprecated) | Yes | Yes |
Syntax
SQLRETURN SQLFreeConnect (SQLHDBC hdbc);
Function arguments
The following table lists the data type, use, and description for each argument in this function.
Data type | Argument | Use | Description |
---|---|---|---|
SQLHDBC | hdbc | input | Connection handle |