SQLGetArrayAsStream
Full Description
swirl
Syntax
  define external stream function SQLGetArrayAsStream
     (  read-only SQL_array_type Array,
        value counter ElementPos )


Purpose

Retrieves the entire contents of the specified element in the SQL_array_type variable's data contents as a stream. This retrieval method lets you retrieve any type of binary or text data from the data buffer.

Input arguments:

  • Array. The SQL_array_type variable to examine.
  • ElementPos. The position of the requested element, with zero (0) as the first element.

Copyright © OmniMark Technologies Corporation, 1988-1998.