Function odbc_sys::SQLFreeHandle
source · pub unsafe extern "system" fn SQLFreeHandle(
handle_type: HandleType,
handle: Handle
) -> SqlReturn
Expand description
Frees resources associated with a specific environment, connection, statement, or descriptor handle.
If SQL_ERRQR
is returned the handle is still valid.
Returns
SUCCESS
, ERROR
, or INVALID_HANDLE