dbLibraryVersion

function

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

Returns: library copyright and version information


Declaration
define external stream function dbLibraryVersion


Purpose

Use dbLibraryVersion to obtain the version and copyright information for the OmniMark database library.

Requirements

You must include the following line at the beginning of your OmniMark program:

  include "omdb.xin"

Usage Notes

None.

Example

To display copyright and version information, add the following line to your program:

  output dbLibraryVersion || "%n"