Gets a string that contains the version of the instance of SQL Anywhere to which the client is connected.
Visual Basic Public Overrides Readonly Property ServerVersion As String
C# public override string ServerVersion { get;}
The version of the instance of SQL Anywhere.
The version is ##.##.####, where the first two digits are the major version, the next two digits are the minor version, and the last four digits are the release version. The appended string is of the form major.minor.build, where major and minor are two digits, and build is four digits.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |