Entering content frame

320: View violation 

Explanation:

An INSERT or UPDATE statement was specified 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:

You can display the definition of the view table using a QUERY statement issued on the system table DOMAIN.VIEWDEFS. Change the INSERT or UPDATE statement according to this definition.

 

Leaving content frame