ESSG_CONNECTINFO_T

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 TypeFieldDescription
ESSG_SERVER_TServerName of the server
ESSG_APPLICATION_TApplicationName of the application
ESSG_DATABASE_TDatabaseNNNName of the Essbase database
ESSG_USERNAME_TUsernameUser's name
ESSG_PASSWORD_TPasswordUser's password