SQLNativeSQL
Full Description
swirl
Syntax
  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 )


Purpose

Returns the SQL string as modified by the driver. This function does not execute the SQL statement.

Input arguments:

  • ConnectionHandle.
  • InStatementText. The SQL text string to be translated.
  • TextLength1. The maximum length of InStatementText.
  • BufferLength. The maximum length of OutStatementText.

Output arguments:

  • OutStatementText. The translated SQL string.
  • TextLength2. The returned length of OutStatementText.

Copyright © OmniMark Technologies Corporation, 1988-1998.