|        | |||||
|  | |||||
| function | SQLGetEnvAttr | ||||
| 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 SQLGetEnvAttr
     (  read-only SQL_handle_type EnvironmentHandle,
        value counter Attribute,
        read-only SQL_vector_type Value,
        value counter BufferLength,
        modifiable counter StringLength )
Returns the current setting of an environment attribute.
Input arguments:
Output argument:
| ---- |