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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Database Administration » Connection Parameters and Network Protocol Options » Network protocol options

Broadcast protocol option [BCAST] Next Page

BroadcastListener protocol option [BLISTENER]


Controls broadcast listening for the specified port.

Usage

SPX, TCP/IP (server side)

Values

YES, NO

Default

YES

Remarks

This option allows you to turn broadcast listening OFF for this port.

Using -sb 0 is the same as specifying BroadcastListener=NO on both TCP/IP and SPX.

See also
Example

Start a database server that accepts both TCP/IP and SPX connections, but require that TCP/IP connections use the Host protocol option:

dbsrv10 -x tcpip(BroadcastListener=NO),spx ...

The following is a fragment of a client connection string to connect to the database server:

...LINKS=tcpip;HOST=myserver;...