I am fastexporting data from a table. One of the fields in the source table is a varchar(20) and may contain NULL. When I fexp the data, fexp replaces the NULL with 20 spaces.. How do I configure fexp to not alter the NULL ?
Thanks!
Can you show us the script?
By default FastExport uses MODE INDICATOR to preserve NULL value information.
And a VarChar is exported as a word indicating the length x followed by x chars.
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.