odbc_sys

Function SQLBrowseConnectW

Source
pub unsafe extern "system" fn SQLBrowseConnectW(
    connection_handle: HDbc,
    in_connection_string: *const WChar,
    string_length: SmallInt,
    out_connection_string: *mut WChar,
    buffer_length: SmallInt,
    out_buffer_length: *mut SmallInt,
) -> SqlReturn
Expand description

SQLBrowseConnect supports an iterative method of discovering and enumerating the attributes and attribute values required to connect to a data source. Each call to SQLBrowseConnect returns successive levels of attributes and attribute values.

ยงReturns

SUCCESS, SUCCESS_WITH_INFO, SQL_NEED_DATA, ERROR, INVALID_HANDLE, or SQL_STILL_EXECUTING.