Function odbc_sys::SQLBrowseConnectW[][src]

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

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.