Contents Index xp_cmdshell system procedure xp_read_file system procedure

ASA SQL Reference
  System Procedures and Functions
    System extended stored procedures
      Other system extended stored procedures

xp_msver system procedure

Function 

Retrieves version and name information about the database server.

Syntax 

xp_msver ( string )

The string must be one of the following, enclosed in string delimiters.

Argument Description
ProductName The name of the product (Sybase Adaptive Server Anywhere)
ProductVersion The version number, followed by the build number. The format is as follows:
9.0.0 (1200)
CompanyName Returns the following string:
Sybase Inc.
FileDescription Returns the name of the product, followed by the name of the operating system.
LegalCopyright Returns a copyright string for the software
LegalTrademarks Returns trademark information for the software
Permissions 

None

See also 

System functions

Description 

xp_msver returns product, company, version, and other information.

Example 

Contents Index xp_cmdshell system procedure xp_read_file system procedure