SQLAllocHandle

Function SQLAllocHandle 

Source
pub unsafe extern "C" fn SQLAllocHandle(
    handle_type: HandleType,
    input_handle: SQLHANDLE,
    output_Handle: *mut SQLHANDLE,
) -> SQLRETURN
Expand description

Allocates an environment, connection, statement, or descriptor handle.

ยงReturns

SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, or SQL_INVALID_HANDLE