Used in the a_db_version_info structure, to indicate the version of SQL Anywhere that initially created the database.
enum { VERSION_UNKNOWN, VERSION_PRE_10, VERSION_10, VERSION_11 }; |
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. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |