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