|
|||||
function | SQL_LibraryVersion |
Other Library Functions |
Library: ODBC
Include: omodbc.xin |
Returns: String
Version and copyright information for the OMODBC library. |
define external stream function SQL_LibraryVersion
Returns the version and copyright information for the OMODBC library.
To display copyright and version information, add the following line to your program:
output SQL_LibraryVersion || "%n"
---- |