swirl
Guide to OmniMark 8   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
      Other Library Functions  
OMX  

dbProcedure

 
 

Library: Database access (OMDB) legacy library
Include: omdb.xin


Purpose

The dbProcedure OMX component is a link that allows you to access a stored procedure in a database.

Usage Notes

The OmniMark Database dynamic link library file ("omdb.dll") creates the dbProcedure OMX component. The related include file ("omdb.xin") defines the interface to that component.

To use dbProcedure OMX components in your program, you must include the following statement in your program:

     include "omdb.xin"

To create a dbProcedure, use dbProcedureOpen. The resulting OMX component is a link to the stored procedure. To execute the stored procedure, call the dbProcedureExecute function. When you have finished using the procedure, use dbProcedureClose to release the resources used by the dbProcedure OMX component.

Please refer to OMX Components for a general description of OMX components and how they are used.

Related OMDB library functions:

The functions

are used to establish and close links to stored procedures. dbProcedure objects are used by the following OMDB library functions:

        Other Library Functions
   dbClose
   dbCommit
   dbDatabase
   dbExecute
   dbField
   dbFieldPrepare
   dbFieldSink
   dbFieldValue
   dbIsVersionCompatible
   dbLibraryVersion
   dbLibraryVersionOCI8
   dbLibraryVersionOCI8i
   dbLibraryVersionODBC
   dbOpenOCI8
   dbOpenOCI8i
   dbOpenODBC
   dbProcedure
   dbProcedureClose
   dbProcedureExecute
   dbProcedureOpen
   dbQuery
   dbRecordExists
   dbRecordMove
   dbRecordMoveDynamic
   dbRecordSetMove
   dbRollback
   dbSetTransactionType
   dbStatement
   dbStatementCompile
   dbStatementDiscard
   dbStatementExecute
   dbStatementStreamingExecute
   dbTable
   dbTableClose
   dbTableDelete
   dbTableInsert
   dbTableOpen
   dbTableUpdate
 
 

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

OmniMark 8.2.0 Documentation Generated: March 13, 2008 at 3:27:39 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2008.