![]() ![]() ![]() ![]() ![]() ![]() ![]() |
|||||
|
|
|||||
| function | SQLBrowseConnect | ||||
| Related Syntax | Other Library Functions |
|
Library: ODBC
Include: omodbc.xin |
Returns: Numeric
An SQL return code. The following values may be returned:
|
define external counter function SQLBrowseConnect
( read-only SQL_handle_type ConnectionHandle,
value stream InConnectionString,
value counter StringLength1,
modifiable stream OutConnectionString,
value counter BufferLength,
modifiable counter StringLength2 )
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. When all levels have been enumerated, a connection to the data source is completed and a complete connection string is returned by SQLBrowseConnect.
Input arguments:
Output arguments:
| ---- |