SQL$HELP_OLD72.HLB  —  Errors  SQL_ERRORS, DROP_TRIG
  Trigger <str> is also being dropped.

  Explanation:  When you issue the DROP TABLE statement, SQL also
  drops all triggers that use that table.  Also, when you issue
  the DROP SCHEMA or DROP CATALOG statement and specify CASCADE
  behavior, SQL drops all of the objects in that schema or catalog
  and all of the objects referenced by any objects being dropped.
  This message notifies you which triggers SQL is dropping.  The
  message is informational only.

  User Action:  None.
Close Help