swirl
Guide to OmniMark 9   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
    Other Library Functions  
function  

OCI_obndra

 
 

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
     )

      Other Library Functions
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACY LIBRARIES ] [ ERRORS ]

OmniMark 9.1.0 Documentation Generated: September 2, 2010 at 1:38:10 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2010.