Kbase P23664: What are the datatype relationships between JAVA and Progres
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/12/2003 |
|
Status: Unverified
GOAL:
What are the datatype relationships between JAVA and Progress 4GL?
GOAL:
Dumping data from a JAVA application and loading it into Progress 4GL.
FIX:
Progress does not have any documentation related to datatype relationships between JAVA and the Progress 4GL. You can use the information below to help perform a comparison between Progress and JAVA.
Listed below are the Progress 4GL field boundaries:
CHARACTER: Constrained by record size.
DATE: 1/1/32768 B.C. to 12/31/32767 A.D.
DECIMAL: 50 digits total ; 1 to 10 decimal places
INTEGER: -2,147,483,648 to 2,147,483,647.
LOGICAL: TRUE/FALSE, YES/NO.
There is also a RAW datatype which can be used for binary data. This is constrained by record size.
The maximum record size (including record structure) is 32Kb. So, the realistic size is around 30Kb.