Subject POSDT_EVENT
Author Robert F. Tulloch
Hi:

Have procedure in gdb:

SET TERM ## ;
CREATE PROCEDURE BroadcastMessage (EventMessage VARCHAR(15))
AS
BEGIN
POST_EVENT EventMessage;
END ##
SET TERM ; ##



Trying to test and event alerter and need to know if executing the above SP actually
broadcasts a message. The lights on my networks card indicate nothing but it may be so
fast!! Is there any way on the server to see that it actually sent out an alert?

Thanks.

Best regards