Andre:
What is the collength value for this column in syscolumns?
Also, I would be interested to know what dbschema -ss and my own myschema (assuming you have it installed) report for that table?
Art
------------------------------
Art S. Kagel, President and Principal Consultant
ASK Database Management Corp.
www.askdbmgt.com------------------------------
Original Message:
Sent: Wed July 02, 2025 07:49 AM
From: Andre Emmerichs
Subject: dbexport - schema issue when using logical_char
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
------------------------------