Advantage SQL Engine
This procedure removes the event for the active connection.
sp_DropEvent(
EventName, CiCharacter, 200,
Options, integer
);
EventName (I) |
Name of the event to drop. |
Options (I) |
Options, reserved for future use, pass the value 0 for this parameter. |
EXECUTE PROCEDURE sp_DropEvent( ‘my_event’, 0 );