Entering content frame

-32: View violation 

Explanation:

An INSERT or UPDATE statement was issued for a view table. At least one of the rows specified in the SQL statement does not satisfy the search conditions of all underlying view tables defined WITH CHECK OPTION.

User Action:

Display the definition of the view table using a QUERY statement issued on the system table DOMAIN.VIEWDEFS. Correct the INSERT or UPDATE statement according to this definition.

 

Leaving content frame