You can use the NOCPTRANS clause in CREATE TABLE, something like
create table c:\temp\test (char c(20) nocptrans)
From the docs:
NOCPTRANS
Prevents translation to a different code page for character and memo fields. You can specify NOCPTRANS only for character and memo fields. This creates...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.