syb_sendmsg

(UNIX only) Sends a message to a User Datagram Protocol (UDP) port.

Syntax

syb_sendmsg ip_address, port_number, message

Parameters

Examples

Usage

  • To enable the use of UDP messaging, a System Security Officer must set the configuration parameter allow sendmsg to 1.

  • No security checks are performed with syb_sendmsg. We strongly recommend that you not use syb_sendmsg to send sensitive information across the network. By enabling this functionality, the user accepts any security problems that result from its use.

  • For a sample C program that creates a UDP port, see sp_sendmsg.

  • See also sp_sendmsg in Reference Manual: Procedures

Standards

ANSI SQL – Compliance level: Transact-SQL extension.

Permissions

Any user can execute syb_sendmsg.