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

Previewing greek data in DTS

Status
Not open for further replies.

navshiv

MIS
Feb 15, 2002
91
US
Hi

I am trying to pull through greek characters in a SQL table. The source is a file in an iseries and I am using ODBC to connect.

When I am in DTS, I preview the file and it comes out with incorrectly. However, I am able to import the data into an Excel file and when I preview this in DTS it comes out in greek.

I have had IBM look at the file and ODBC setup and tell me all is correct here. They say it is a Microsoft thing (surpise surprise).

Anyone got any ideas what I need to do in SQL to pull in the greek chars correctly?

Many thanks
 
What is the exact order of your operation: ISeries File=>DTS, OK; DTS=>Excel, Greek?

This is something to do with Sort Order and Collation. But it would be nice if you could graphically illustrate your dataflow.
 
What I am trying to achieve is to go FROM an ISeries file into SQL Server via a DTS package. This is currently producing wrong characters.

What does work is ISeries -> Excel (via ODBC) -> SQL Server (via DTS). This is not an ideal solution, I'd rather go straight from the ISeries into SQL Server rather than Excel.

Any ideas?

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top