OCI_obndrn

function

Library: Oracle Call Interface database support (OMOCI legacy)
Include: omoci.xin

Returns: Returns OCI_SUCCESS if the function completes without error.


Declaration
define external integer function OCI_obndrn
   (  value OCI_Handle_type cursor,
      value integer sqlvn,
      value OCI_Array_type progv,
      value integer progvl,
      value integer ftype,
      value OCI_Array_type indp
   )


Purpose

This function associates an OMX component with a numbered placeholder in an SQL statement.

Input arguments:

Example:

  set RetCode to OCI_obndrn
     (  Cursor,
        1,
        ID, 
        4,
        SQLT_INT,
        OCI_NULL_ARRAY
     )