OpenEdge ABL int64 datatype mapping to Corticon

Posted by alex.K on 12-Nov-2018 13:40

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]

All Replies

This thread is closed