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

  Explanation:  When you issue the DROP TABLE statement, SQL also
  drops all views 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 views those are.  It is
  informational only.

  User Action:  None.
Close Help