OCI_obndra

function

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

Declaration
define external integerfunction OCI_obndra
   (  value OCI_Handle_type cursor,
      value string sqlvar,
      value integer sqlvl,
      value OCI_Array_type progv,
      value integer progvl,
      value integer ftype,
      value OCI_Array_type indp,
      value OCI_Array_type alen,
      value OCI_Array_type arcode,
      value integer maxsiz,
      modifiable integer cursiz
   )


Purpose

This function associates an OmniMark OMX component with a placeholder in an SQL or PL/SQL block.

Input arguments:

Output argument:

Example:

  set RetCode to OCI_obndra
     (  Cursor,
        ":Emp",
        OCI_NTS,
        Name, 
        20,
        SQLT_STR,
        OCI_NULL_ARRAY,
        OCI_NULL_ARRAY,
        OCI_NULL_ARRAY,
        OCI_NOPLSQL,
        Cursiz
     )