I am using Progress OpenEdge 10.2B on windows server 2003X64SP2.
I am trying to expand a column in the database and I keep getting an error.
I am new to progress and I have an background in Oracle.
Here is the statement:
ALTER TABLE PUB.cust
ALTER COLUMN cust-no CHARACTER (80)
Here is the error:
[DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Syntax error in SQL statement at or about "-no CHARACTER (80)"(10713)
I tried putting cust-no in quotes and received this error:
[DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Syntax error in SQL statement at or about "CHARACTER (80)"(10713)
I don't know if this makes any difference but it is a Primary key.
I want to thank you for your help in advance.
I am trying to expand a column in the database and I keep getting an error.
I am new to progress and I have an background in Oracle.
Here is the statement:
ALTER TABLE PUB.cust
ALTER COLUMN cust-no CHARACTER (80)
Here is the error:
[DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Syntax error in SQL statement at or about "-no CHARACTER (80)"(10713)
I tried putting cust-no in quotes and received this error:
[DataDirect][ODBC Progress OpenEdge Wire Protocol driver][OPENEDGE]Syntax error in SQL statement at or about "CHARACTER (80)"(10713)
I don't know if this makes any difference but it is a Primary key.
I want to thank you for your help in advance.