|        | |||||
|  | |||||
| function | OCI_SetArraySize | ||||
| Other Library Functions | 
| Library: OCI Include: omoci.xin | 
  define external function OCI_SetArraySize
     (  value OCI_Array_type Array,
        value counter ElementLen,
        value counter ElementCount
     )
This function allows you to specify the number of elements and the size of each element in the OCI_Array_type opaque-OM-TYPE variable. The existing data buffer (if any) is freed.
Input arguments:
| ---- |