|        | |||||
|  | |||||
| function | SQLNativeSQL | ||||
| Sample Code | Other Library Functions | 
| Library: ODBC Include: omodbc.xin | Returns: Numeric An SQL return code. The following values may be returned: 
 | 
  define external counter function SQLNativeSQL
     (  read-only SQL_handle_type ConnectionHandle,
        value stream InStatementText,
        value counter TextLength1,
        modifiable stream OutStatementText,
        value counter BufferLength,
        modifiable counter TextLength2 )
Returns the SQL string as modified by the driver. This function does not execute the SQL statement.
Input arguments:
Output arguments:
| ---- |