An external data source user information structure. Fields in this structure cannot be modified by the API. The fields are:
typedef struct ESS_MBRUSER_T { ESS_STR_T User; ESS_STR_T Password; } ESS_MBRUSER_T, *ESS_PMBRUSER_T;
Data Type | Field | Description |
---|---|---|
ESS_STR_T | User | The external data source user name |
ESS_STR_T | Password | The external data source password |