a_db_version enumeration

Used in the a_db_version_info structure, to indicate the version of SQL Anywhere that initially created the database.

Syntax
enum {
         VERSION_UNKNOWN,
         VERSION_PRE_10,
         VERSION_10,
         VERSION_11
   };
Parameters
Value Description
VERSION_UNKNOWN Unable to determine the version of SQL Anywhere that created the database.
VERSION_PRE_10 Database was created using a pre-10 version of SQL Anywhere.
VERSION_10 Database was created using SQL Anywhere 10.
VERSION_11 Database was created using SQL Anywhere 11.
See also