sp_DropEvent

Advantage SQL Engine

This procedure removes the event for the active connection.

Syntax

sp_DropEvent(

EventName, CiCharacter, 200,

Options, integer

);

Parameters

EventName (I)

Name of the event to drop.

Options (I)

Options, reserved for future use, pass the value 0 for this parameter.

 

See Also

Example

EXECUTE PROCEDURE sp_DropEvent( ‘my_event’, 0 );