swirl
Guide to OmniMark 7   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
 
 

OCI_Handle_type

 

 

The OCI_Handle_type OMX component, in conjunction with the OCI_Array_type and OCI_HostData_type OMX components, allows you to access an Oracle database from within an OmniMark program.

The OmniMark OCI dynamic link library file ("omoci.dll" or "omoci.so") creates the OCI_Handle_type OMX component. The related include file ("omoci.xin") defines the interface to that component. To use OCI_Handle_type components in your program, you must include the following declaration and include statement in your program:

     include "omoci.xin"

Within your program, you can create as many instances of the OCI_Handle_type component as you require by declaring global and local variables of type "OCI_Handle_type". For example:

     include "omoci.xin"

     global OCI_Handle_type my-ocihandle-1
     global OCI_Handle_type my-ocihandle-2

     process
        local OCI_Handle_type my-ocihandle-3
        local OCI_Handle_type my-ocihandle-4

Once you have declared your OCI_Handle_type OMX variables, you manipulate them using the functions in the OmniMark OCI function library.

The OCI_Handle_type OMX component is not copyable. This means that when you set the value of one OCI_Handle_type OMX variable to the value of another OCI_Handle_type OMX variable, you end up with two variables pointing at the same external object. You are able to manipulate both variables, but you're performing those manipulations on the same external object, whether you use the original OCI_Handle_type OMX variable or its copy.

   
 

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

OmniMark 7.1.2 Documentation Generated: June 28, 2005 at 5:45:36 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © Stilo Corporation, 1988-2005.