|
|||||
|
||||||
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. |
defined external stream function db.omdb-version-oci8
Use db.omdb-version-oci8 to obtain the version and copyright information for the OmniMark database OCI8 library.
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"