Network protocols for clients

The MobiLink server uses the -x command line option to specify the network protocol or protocols for synchronization clients to connect to the MobiLink server. The network protocol you choose must match the synchronization protocol used by the client.

The syntax for the mlsrv12 command line option is:

mlsrv12 -c "connection-string" -x protocol( options )

In the following example, the TCP/IP protocol is selected with no additional protocol options.

mlsrv12 -c "DSN=SQL Anywhere 12 Demo" -x tcpip

You can configure your protocol using options of the form:

(keyword=value;...)

For example:

mlsrv12 -c "DSN=SQL Anywhere 12 Demo" -x tcpip(
   host=localhost;port=2439)
 See also