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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Export to Flat File fails DT_NTEXT ansi error

Status
Not open for further replies.

kory27

Technical User
Feb 28, 2008
13
0
0
US
I need help.

I am exporting a product table. I am exporting to a txt, tab delimited. I got the following error;


Error 0xc020802e: Data Flow Task: The data type for "input column "ProductLink" (262)" is DT_NTEXT, which is not supported with ANSI files. Use DT_TEXT instead and convert the data to DT_NTEXT using the data conversion component.
(SQL Server Import and Export Wizard)

So, i wrote a query to change the datatype for the productlink field and it was successful and basically it still said the same thing. Could someone please provide me some insight to solve this problem?

You help is greatly appreciated.
 
What you describe is a SQL Server specific problem, and it has nothing to do with ANSI SQL.

The expertise in this area is found in the SQL Server forum.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top