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

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Database Administration » Replication » SQL Anywhere as an Open Server » SQL Anywhere as an Open Server set-up

 

Database server as an Open Server startup

The TCP/IP communication protocol is required when a SQL Anywhere database server is used as an Open Server. This protocol is started by default for the network server.

You can use the personal database server as an Open Server for communications on the same computer because it supports the TCP/IP protocol. You must request the protocol when starting the personal server. For example, the following command starts the TCP/IP communication protocol:

dbeng16 -x tcpip -n myserver c:\mydata.db

The SQL Anywhere database server can serve other applications through the TCP/IP protocol at the same time as serving Sybase Open Client applications over TDS.

 Sybase Open Client settings
 See also