[−][src]Function odbc_sys::SQLBrowseConnectW
pub unsafe extern "system" fn SQLBrowseConnectW(
connection_handle: SQLHDBC,
in_connection_string: *const SQLWCHAR,
string_length: SQLSMALLINT,
out_connection_string: *mut SQLWCHAR,
buffer_length: SQLSMALLINT,
out_buffer_length: *mut SQLSMALLINT
) -> 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
.