Kbase 18714: Apptivity: how to read the data types in the .qry file
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/31/1999 |
|
Apptivity: how to read the data types in the .qry file
Sometimes it is necessary to check/change the data type for a project.
Bye checking the <project name>.qry file COLUMNTAG entry. The
number right after the column name is the data type.
This can be changed manually, however this have to be done every
time after the project have been opened in the development
environment, because the developer chance it back to the default
values.
code data type
------------------------------------
-7 = Java data type Boolean
4, -6, 5 = Java data type Integer
-5 = Java data type Long
8, 6 = Java data type Double
7 = Java data type Float
2, 3 = Java data type BigDecimal
1, 12, -1 = Java data type String
91 = Java data type Date
92 = Java data type Time
93 = Java data type Timestamp
-2, -3, -4 = Java data type byte array
pje 31.03.99
REFERENCES TO WRITTEN DOCUMENTATION:
non