Consultor Eletrônico



Kbase P98342: Does Progress store its list of supported data types in a meta schema table?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/12/2004
Status: Unverified

GOAL:

Does Progress store its list of supported data types in a meta schema table?

GOAL:

Which meta schema table stores the supported data types for a Progress Database column?

GOAL:

What are the different data types supported by Progress OpenEdge?

FACT(s) (Environment):

OpenEdge 10.x

FIX:

No, Progress does not store a list of supported data types in a meta schema table. The list of Progress data types that is displayed in Data Dictionary when creating a new database field is hard coded in an internal program. These are the valid data types for a Progress Database column in OpenEdge Release 10:

- CHARACTER
- DATE
- DECIMAL
- INTEGER
- LOGICAL
- DATETIME
- DATETIME-TZ
- BLOB
- CLOB
- RAW
- RECID