SQLSetArrayAsStreamShelf
Full Description
swirl
Syntax
  define external function SQLSetArrayAsStreamShelf
     (  read-only SQL_array_type Array,
        value stream InputShelf,
        value counter ItemCount )


Purpose

Sets elements in the SQL_array_type variable's data contents to the specified stream shelf items.

Input arguments:

  • Array. The SQL_array_type variable to modify.
  • InputShelf. The stream shelf from which the data is copied.
  • ItemCount. The total number of counter shelf items, starting from the first, to copy to the SQL_array_type variable's elements. This must not exceed the declared element count of Array.

Copyright © OmniMark Technologies Corporation, 1988-1998.