This structure contains information about an SQL user name and password. Fields in this structure cannot be modified using the VB API. The fields are:
Type ESB_MBRUSER_T User As String * ESB_USERNAMELEN Password As String * ESB_PASSWORDLEN End Type
VB Data Type | Field | Description |
---|---|---|
As String * ESB_USERNAMELEN | User | SQL database user name |
As String * ESB_PASSWORDLEN | Password | SQL database user password |