Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » Mobile Link クライアント管理 » Mobile Link クライアントの概要 » Mobile Link クライアント

 

クライアントのネットワークプロトコル

Mobile Link サーバーでは、-x コマンドラインオプションを使用して、同期クライアントが Mobile Link サーバーに接続するための 1 つ以上のネットワークプロトコルを指定します。クライアントが使用する同期プロトコルと一致するネットワークプロトコルを選択してください。

mlsrv12 コマンドラインオプションの構文は次のとおりです。

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

次の例では、TCP/IP プロトコルが選択されますが、プロトコルオプションが指定されていません。

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

プロトコルは、次の形式のオプションを使用して設定できます。

(keyword=value;...)

次に例を示します。

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