Entering content frame

-7057: View definition contradicts new table definition Locate the document in the library structure

Explanation:

...

       1.      An attempt was made to add a column to a table or to drop a column from a table. SELECT * was used when defining the specified view table, and new names were assigned to the view table columns. After the table was modified, the number of view table columns no longer matched the number of table columns.

       2.      An attempt was made to drop a referential CONSTRAINT definition which is prerequisite for an updatable join view table.

User Action:

...

       1.      Delete the view table and define it again. Specify the required columns individually in the selected columns of the QUERY expression.

       2.      You can only delete the referential CONSTRAINT definition after you have deleted the updatable view table.

 

Leaving content frame