Returns information about the specified executable.
Syntaxdbversion executable-name
RemarksThis utility is only available on Unix, and returns information about SQL Anywhere executables.
See also
ExampleThe following command:
$ dbversion /opt/sqlanywhere12/bin32/dbversion |
returns information about the dbversion executable:
SQL Anywhere Version Diagnostic Utility Version 12.0.1.3148 /opt/sqlanywhere12/bin32/dbversion: dbversion GA 12 0 1 3149 linux 2011/01/14 15:32:50 nothr 32 production |
| Field | Description |
|---|---|
| dbversion | Returns the executable name. |
| xx | Returns a two-letter code designating an install type. |
| 12 | Returns the major version number. |
| 0 | Returns the minor version number. |
| 0 | Returns the patch number. |
| 1238 | Returns the build number. |
| linux | Returns the operating system code. |
| 2008/04/02 23:31:54 | Returns the build time/datestamp. |
| nothr | Returns the threading model (nothr or posix). |
| 32 | Returns the bitness of the executable (32 or 64). |
| production | Returns either production or debug. |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |
