function
Library: Database access (OMDB legacy)
Include: omdb.xin |
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"