An application can provide a user ID and password on an ECI request; these
values override any default values set for the server connection.
- C programs
- Set eci_userid and eci_password or eci_userid2 and eci_password2 in
the ECI parameter block.
- C++ programs
- Set the userid and password parameters when constructing a server connection
object - CclConn.
- COM programs
- Set the userid and password via the Details method on the Connect object.