|        | |||||
|  | |||||
| function | SQLDataSources | ||||
| 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 SQLDataSources
     (  read-only SQL_handle_type EnvironmentHandle,
        value counter Direction,
        modifiable stream ServerName,
        value counter BufferLength1,
        modifiable counter NameLength1,
        modifiable stream Description,
        value counter BufferLength2,
        modifiable counter NameLength2 )
Returns information about a data source.
Input arguments:
Output arguments:
| ---- |