swirl Guide to OmniMark 5   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesOMX VariablesErrors
 
 
  dbProcedure   OMDN

The dbProcedure OMX component is a link that allows you to access a stored procedure in a database. To use dbProcedure OMX components in your program, you must include the following include statement in your program:

     include "omdbext.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.

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

   
----  

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

Generated: August 11, 2000 at 3:07:06 pm
If you have any comments about this section of the documentation, send email to docerrors@omnimark.com

Copyright © OmniMark Technologies Corporation, 1988-2000.