|  | 
 | ||||
|        | |||||
|  | ||||||
| Other Library Functions | ||||||
| function | OCI_osetpi | 
| Library: Oracle Call Interface database support (OMOCI) Include: omoci.xin | Return type: Integer Returns: OCI_SUCCESS if the function completes without error. | 
define external integer function OCI_osetpi
   (  value OCI_Handle_type cursor,
      value integer piece,
      value OCI_Array_type bufp,
      value OCI_Array_type lenp
   )
This function sets information about the next chunk of data to be processed as part of a piecewise insert, update, or fetch.
Input arguments:
Example:
  set RetCode to OCI_osetpi
           (  Cursor,
              Piece,
              NextChunk,
              ChunkSize
           )
Copyright © Stilo International plc, 1988-2008.