-c option

Specifies connection parameters for the consolidated database.

Syntax
mlsrv11 -c "connection-string" ...
Remarks

The connection string must give the MobiLink server enough information to connect to the consolidated database. The connection string is required.

The connection string must specify connection parameters in the form keyword=value, separated by semicolons, with no spaces between parameters.

Connection parameters must be included in the ODBC data source specification if not given in the command line. Check your RDBMS and ODBC data source to determine required connection data.

For a complete list of SQL Anywhere connection parameters, see Connection parameters.

For information about how to hide the password, see File Hiding utility (dbfhide).

Example
mlsrv11 -c "dsn=odbcname;uid=DBA;pwd=sql"