sp_regnowatch

Description

Remove a client from the notification list for a procedure.

Syntax

sp_regnowatch proc_name

Parameters

proc_name

The name of the registered procedure.

Examples

Example 1

dbrpcinit(dbproc, "sp_regnowatch", (DBUSMALLINT)
            0); 
 dbrpcparam(dbproc, "@proc_name", 0, SYBCHAR, 15,
            15, "pricechange"); 
 dbrpcsend(dbproc); 

This example removes the client from the notification list for the pricechange registered procedure.

Usage

Messages

See also

sp_regcreate, sp_regdrop, sp_regwatch, sp_regnowatch, sp_regwatch