Used in the a_db_version_info structure, to indicate the version of SQL Anywhere that initially created the database.
enum Version
Member name | Description | Value |
---|---|---|
VERSION_UNKNOWN |
Unable to determine the version of SQL Anywhere that created the database. |
0 |
VERSION_PRE_10 |
Database was created using SQL Anywhere version 9 or earlier. |
9 |
VERSION_10 |
Database was created using SQL Anywhere version 10. |
10 |
VERSION_11 |
Database was created using SQL Anywhere version 11. |
11 |
VERSION_12 |
Database was created using SQL Anywhere version 12. |
12 |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |