SQL/MX Remote Conversational Interface (RMXCI) Guide for SQL/MX Release 3.2 (H06.25+, J06.14+)

password
specifies the password of the user to log in to the database platform. If the password is not
specified, RMXCI prompts for the password.
hostname
specifies the host name or IP address of the database platform for the client connection. If the
hostname is not specified, the value is automatically used from the current RMXCI session. For
specifying a port other than the default 18650, add : port number to hostname. If RMXCI
was invoked with the -noconnect launch parameter, RMXCI prompts for hostname value.
dsnName
specifies the name of a data source. If the dsnName is not specified, the value is automatically
used from the current RMXCI session. If RMXCI was invoked with the -noconnect launch
parameter, RMXCI prompts for dsnName value.
Considerations
You must enter the command in one line.
If RMXCI was invoked with the -noconnect launch parameter, RMXCI prompts you for the
values.
Examples
The following commands create a new connection to the database platform from the current or
existing RMXCI session:
SQL>connect
SQL>User Name:super.super
SQL>Password:
Connected to DataSource TDM_Default_DataSource.
SQL>connect super.super/password
Connected to DataSource TDM_Default_DataSource.
SQL>connect super.super/password@host0101
Connected to DataSource TDM_Default_DataSource.
SQL>connect super.super,RMXCI
SQL>Password:
Connected to DataSource RMXCI.
The following command connects to the server on port 14140.
SQL>connect super.super/password@host0101:14140
DELAY command
The delay command allows the RMXCI session to be in sleep mode for the specified interval.
Syntax
DELAY time [sec[ond][s] | min[ute][s]]
time
is an integer.
82 RMXCI commands