swirl
Guide to OmniMark 7   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
  Related Syntax     Other Library Functions  
function  

db.omdb-version-oci8

 
 

Library: Interfaces, Database access (OMDB)
Import: omdb.xmd
Return type: String
Returns: 

OMDB OCI8 library copyright and version information.


Declaration

  defined external stream function db.omdb-version-oci8


Purpose

Use db.omdb-version-oci8 to obtain the version and copyright information for the OmniMark database OCI8 library.

Example

To display the copyright and version information for both the generic part of OMDB and the OCI8 part, add the following lines to your program:

  import "omdb.xmd" prefixed by db.

  process
    output db.omdb-version || "%n"
    output db.omdb-version-oci8 || "%n"

    Related Syntax
   db.omdb-version
   db.omdb-version-odbc
   db.omdb-version-oci8i
 
  Other Library Functions
   db.advance-recordset
   db.close
   db.commit
   db.compile-statement
   db.database
   db.delete
   db.discard
   db.execute
   db.execute-in
   db.field
   db.insert
   db.move-record
   db.omdb-version
   db.omdb-version-oci8
   db.omdb-version-oci8i
   db.omdb-version-odbc
   db.open-oci8
   db.open-oci8i
   db.open-odbc
   db.open-procedure
   db.open-table
   db.prepare
   db.procedure
   db.query
   db.reader
   db.record-exists
   db.rollback
   db.set-transaction-type
   db.statement
   db.streaming-execute
   db.table
   db.update
   db.writer
 
 

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

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

Copyright © Stilo Corporation, 1988-2005.