dbcopy problem Dear Art:
I migrate a table by your shareware dbcopy,
This table 't1' has a column 'colx' datatype is varchar(8,1),
It been migrated successfully , but If I run a SQL statement
" select length(colx) from t1 " ,
It response that" 202: An illegal character has been found in the
statement".
I tried other ways to migrate , unload ,load or insert .. select , It
is OK!
Is that dbcopy's bug? |