|
||||||||||
|
||||||||||
Related Syntax | Other Library Functions |
function | dbLibraryVersion |
Available in:
Professional Enterprise |
Library: omdb - high level database access
Include: omdb.xin |
Return type: String Returns: Library copyright and version information. |
define external stream function dbLibraryVersion
Use dbLibraryVersion to obtain the version and copyright information for the OmniMark database library.
You must include the following line at the beginning of your OmniMark program:
include "omdb.xin"
None.
To display copyright and version information, add the following line to your program:
output dbLibraryVersion || "%n"
---- |