solidDB Help : solidDB reference : Command line options : solidDB Remote Control (solcon) command line syntax
  
solidDB Remote Control (solcon) command line syntax
Start solidDB Remote Control (solcon) with the command solcon, followed by argument options. For information about using solcon, see solidDB Remote Control (solcon).
The syntax for starting solcon is:
solcon [options] [network_name] [username] [password]
where
options are described in the following table:
 
Option syntax
Description
-c dir
Changes working directory
-e command string
Executes the specified ADMIN COMMAND
-f filename
Executes command string from a script file
-x pwdfile: filename
Reads password from the filename
-h
-?
Displays command usage
network_name is the network name of a solidDB server that you are connected to. The given network name must be enclosed in double quotation marks. Logical data source names can also be used with tools; refer to Managing network connections for further information.
username is required to identify the user and to determine that the user is authorized. Without appropriate rights, command execution is denied.
password is the password associated with username.
solcon connects to the first server that is specified in the Com.Connect parameter in the solid.ini file. If you specify no arguments, you are prompted for the database administrator user name and password. You can give connection information at the command line to override the connect definition in solid.ini.
Go up to
Command line options