db.omdb-version

function

Library: Database access (OMDB)
Import : omdb.xmd

Returns: library copyright and version information


Declaration
define external stream function db.omdb-version


Purpose

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

Example

This program displays copyright and version information for the OMDB library:

  import "omdb.xmd" prefixed by db.
  
  process
     output db.omdb-version || "%n"