Hi
There is an OpenEdge 11.6 database with table "Table1" and field "Table1.id" as INT64 datatype in it.
We've imported this table In Corticon DataModel.
When map to Integer datatype -> got error:
"Wrong column type in Table1 for column id. Found: integer, expected: numeric"
When map to Decimal datatype -> got error:
"Wrong column type in Table1 for column id. Found: bigint, expected: numeric(19,6)"
What to do and how to live with it? [:P]