Kbase P109602: Error 1011 when modifying SQL-89 table from Data Dictionary
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  05/10/2005 |
|
Status: Unverified
SYMPTOM(s):
SQL table <name> can be modified only through SQL DDL statements. (1011)
Table has Type Progress/SQL
CAUSE:
The table has been created with SQL-89 syntax CREATE TABLE
FIX:
Modify the table with SQL-89 statements DROP TABLE and ALTER TABLE