Hello everyone
I did a dbexport.
When I tried to do a dbimport of it, I obtain an error.
-----------------
create unique index "sapr3".aablg~0 on "sapr3".aablg (mandt,belnr,
pageno);
*** prepare sqlobj
202 - An illegal character has been found in the statement.
----------------
I know there is a ~ in the index name.
It is part of the index name.
Now, how do we force informix to create that index name like dbexport specified? (including the ~ )
I am on Informix 7.31UD1
stjacqd