ESB_MBRUSER_T

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 TypeFieldDescription
As String * ESB_USERNAMELENUserSQL database user name
As String * ESB_PASSWORDLENPasswordSQL database user password