|        | |||||
|  | |||||
| function | SQLGetConnectOption | ||||
| Sample Code | 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 SQLGetConnectOption
     (  read-only SQL_handle_type ConnectionHandle,
        value counter Option,
        read-only SQL_vector_type Value,
        value counter ValueType )
Returns the current setting of a connection option. This function has been superseded by SQLGetConnectAttr in ODBC 3.0. 
Input arguments:
| ---- |