Hello,
I currently migrated one Informix 14 database with sql_logical_char=OFF into a new database with SQL_LOGICAL_CHAR=2
Informix successfully doubled my expressions, so it created a char(72) field, when i wrote a add column myColumn char(36)
CLIENT/DBLOCAL = en_us.UTF8
But now when I am exporting the database using dbexport, Informix creates the sql-commands with myColumn char(18)
Does anyone know this issue when working with SQL_LOGICAL_CHAR or do you know how I can resolve that?
In my eyes I need a myColumn char(36) in the genereated SQL Script, or?
Thanks in advance
Andre
------------------------------
Andre Emmerichs
------------------------------