|
||||||||||
|
|
||||||||||
| Other Library Functions | ||||||||||
| function | SQL_LibraryVersion |
|
|
Library: omodbc - low-level ODBC support
Include: omodbc.xin |
Return type: String Returns: 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"
| ---- |