|        | |||||
|  | |||||
| function | SQLConnect | ||||
| 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 SQLConnect
     (  read-only SQL_handle_type ConnectionHandle,
        value stream ServerName,
        value counter NameLength1,
        value stream UserName,
        value counter NameLength2,
        value stream Authentication,
        value counter NameLength3 )
Establishes a connection to a driver and data source.
Input arguments:
| ---- |