[−][src]Function odbc::ffi::SQLBrowseConnectW
pub unsafe extern "system" fn SQLBrowseConnectW(
connection_handle: *mut Dbc,
in_connection_string: *const u16,
string_length: i16,
out_connection_string: *mut u16,
buffer_length: i16,
out_buffer_length: *mut i16
) -> 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
SQL_SUCCESS
, SQL_SUCCESS_WITH_INFO
, SQL_NEED_DATA
, SQL_ERROR
, SQL_INVALID_HANDLE
, or SQL_STILL_EXECUTING
.