Entering content frame

-7057: View definition contradicts new table definition 

Explanation:

...

       1.      The attempt was made to add a column to a table or to drop a column from a table. When creating the specified view table, SELECT * was used and new names were assigned to the view table columns. After table modification, the number of names would no longer coincide with the number of table columns.

       2.      The attempt was made to drop a referential CONSTRAINT definition which is prerequisite for an updateable 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 may delete the referential CONSTRAINT definition only after the updateable view table has been deleted.

 

Leaving content frame