Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fexp, exports NULL as string of spaces

Status
Not open for further replies.

gunsva

Technical User
Aug 23, 2001
6
US
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.

Dieter
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top