ESS_PART_CONNECT_INFO_T

This structure specifies a database.

typedef struct ESS_PART_CONNECT_INFO_T
{
   ESS_STR_T   pszHostName;        
   ESS_STR_T   pszAppName;         
   ESS_STR_T   pszDbName;          
} ESS_PART_CONNECT_INFO_T, *ESS_PPART_CONNECT_INFO_T, **ESS_PPPART_CONNECT_INFO_T;

Data Type Field Descriptions
ESS_STR_T pszHostName Host name.
ESS_STR_T pszAppName Application name.
ESS_STR_T pszDbName Database name.