Contains information about database connection for each linked partition. The fields are described as follows:
typedef struct ESSG_CONNECTINFO_T { ESSG_SERVER_T Server; ESSG_APPLICATION_T Application; ESSG_DATABASE_T Database; ESSG_USERNAME_T Username; ESSG_PASSWORD_T Password; } ESSG_CONNECTINFO_T, * ESSG_PCONNECTINFO_T, ** ESSG_PPCONNECTINFO_T;
Data Type | Field | Description |
---|---|---|
ESSG_SERVER_T | Server | Name of the server |
ESSG_APPLICATION_T | Application | Name of the application |
ESSG_DATABASE_T | DatabaseNNN | Name of the Essbase database |
ESSG_USERNAME_T | Username | User's name |
ESSG_PASSWORD_T | Password | User's password |