Holds information regarding which version of SQL Anywhere was used to create the database.
typedef struct a_db_version_info { unsigned short version; const char *filename; a_db_version created_version; MSG_CALLBACK errorrtn; MSG_CALLBACK msgrtn; } a_db_version_info; |
Member | Description |
---|---|
version | DBTools version number. |
filename | Name of the database file to check. |
created_version | Set to a value of type a_db_version indicating the server version that create the database file. See a_db_version enumeration. |
errorrtn | Callback routine for handling an error message. |
msgrtn | Callback routine for handling an information message. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |