Holds information containing licensing information.
typedef struct a_dblic_info
Member name | Type | Description |
---|---|---|
compname |
char * |
Company name for licensing. |
conncount |
a_sql_int32 |
Maximum number of connections licensed. To set, use 1000000L for default. |
errorrtn |
MSG_CALLBACK |
Address of an error message callback routine or NULL. |
exename |
char * |
Name of the server executable or license file. |
installkey |
char * |
Reserved; set NULL. Set by dblic -k option. |
msgrtn |
MSG_CALLBACK |
Address of an information message callback routine or NULL. |
nodecount |
a_sql_int32 |
Number of nodes licensed. |
query_only |
a_bit_field |
Set TRUE to just display the license information. Set FALSE to permit changing the information. |
quiet |
a_bit_field |
Set TRUE to operate without printing messages. Set TRUE by dblic -q option. |
type |
a_license_type |
See lictype.h for values. One of LICENSE_TYPE_PERSEAT, LICENSE_TYPE_CONCURRENT, or LICENSE_TYPE_PERCPU. |
username |
char * |
User name for licensing. |
version |
unsigned short |
DBTools version number (DB_TOOLS_VERSION_NUMBER). |
You must use this information only in a manner consistent with your license agreement.
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |