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. |
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |