Hello everyone
I am using Informix 7.31UD1.
I did a dbexport that worked perfectly.
Now I would like to perform a DBimport.
> dbimport DEV
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 that the ~ is the illegal character, but it is part of the index name.
If DBexport create it that way, What should I do to force DBimport to accept it as is?
stjacqd
I am using Informix 7.31UD1.
I did a dbexport that worked perfectly.
Now I would like to perform a DBimport.
> dbimport DEV
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 that the ~ is the illegal character, but it is part of the index name.
If DBexport create it that way, What should I do to force DBimport to accept it as is?
stjacqd