Function odbc_sys::SQLDisconnect
source · pub unsafe extern "system" fn SQLDisconnect(
connection_handle: HDbc
) -> SqlReturn
Expand description
Closes the connection associated with a specific connection handle.
Returns
SUCCESS
, SUCCESS_WITH_INFO
, ERROR
, or INVALID_HANDLE