DoBroadcast Communication Parameter [DBROAD]

Performs a broadcast to search for servers.

Usage

TCP/IP (all platforms)

Values

ALL, NONE, DIRECT (client side)

YES, NO (server side)

Default

ALL

Description

Examples

  • The following command starts a client without broadcasting to search for a database server. Instead, the server is looked for only on the computer named silver.

    dbisql -x tcpip(DOBROADCAST=DIRECT;HOST=silver) iqdemo
  • On UNIX, the options must be enclosed in quotation marks:

    dbisql -x "tcpip(DOBROADCAST=DIRECT;HOST=silver)" iqdemo