Function odbc_sys::SQLAllocHandle
source · pub unsafe extern "system" fn SQLAllocHandle(
handle_type: HandleType,
input_handle: Handle,
output_handle: *mut Handle
) -> SqlReturn
Expand description
Allocates an environment, connection, statement, or descriptor handle.
Returns
SUCCESS
, SUCCESS_WITH_INFO
, ERROR
, or INVALID_HANDLE