function
Library: Database access (OMDB legacy)
Include: omdb.xin |
Returns: OMDB OCI11g library version and copyright information. |
define external string function dbLibraryVersionOCI11g
Use dbLibraryVersionOCI11g
to obtain the version and copyright information for the OmniMark database OCI11g
library.
To display the copyright and version information for both the generic part of OMDB and the OCI11g part:
include "omdb.xin" process output dbLibraryVersion || "%n" output dbLibraryVersionOCI11g || "%n"