Ispirer Website
Ispirer Toolkit Overview
Free Trial
ODBC - SQLBrowseConnect Function
ODBC - SQLBrowseConnect | |
---|---|
Syntax | SQLRETURN SQLBrowseConnect( SQLHDBC ConnectionHandle, SQLCHAR* InConnectionString, SQLSMALLINT StringLength1, SQLCHAR* OutConnectionString, SQLSMALLINT BufferLength, SQLSMALLINT* StringLength2Ptr); |
Description | Supports an iterative method of discovering and enumerating the attributes and attribute values required to connect to a data source. |
Returns | SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_NEED_DATA, SQL_ERROR, SQL_INVALID_HANDLE, or SQL_STILL_EXECUTING |