Holds information regarding which version of SQL Anywhere was used to create the database.
 Syntax
 Syntaxtypedef struct a_db_version_info Members
 Members| Member name | Type | Description | 
|---|---|---|
| created_version | char | Set to one of VERSION_UNKNOWN, VERSION_PRE_10, etc. indicating the server version that created the database file. | 
| errorrtn | MSG_CALLBACK | Address of an error message callback routine or NULL. | 
| filename | const char * | Name of the database file to check. | 
| msgrtn | MSG_CALLBACK | Address of an information message callback routine or NULL. | 
| version | unsigned short | DBTools version number (DB_TOOLS_VERSION_NUMBER). | 
 See also
 See also|  | Discuss this page in DocCommentXchange.
                   | Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |