KI_FREE_CONNECT
Argument | Enumeration | Purpose |
---|---|---|
connection | Database connection number | |
status | KDB_ERROR_ENUM | Return status |
KI_FREE_CONNECT
This frees the memory associated with the connection handle connection previously created by a KI_ALLOC_CONNECT. It will return a KE_BADHANDLE status if still connected, so a KI_DISCONNECT call should be made BEFORE the call to KI_FREE_CONNECT.