Contents Index Open method State property

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaConnection class

ServerVersion property


Description 

The software version of the Adaptive Server Anywhere database server.

Syntax 

string ServerVersion

Access 

Read-only

Usage 

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.


Contents Index Open method State property