|        | |||||
|  | |||||
| function | SQLGetInfo | ||||
| 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 SQLGetInfo
     (  read-only SQL_handle_type ConnectionHandle,
        value counter InfoType,
        read-only SQL_vector_type InfoValue,
        value counter BufferLength,
        modifiable counter StringLength )
Returns general information about the driver and data source associated with a connection.
Input arguments:
Output argument:
| ---- |