dbTalk Databases Forums  

MIgrating Data from Isam to Informix through SSIS

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss MIgrating Data from Isam to Informix through SSIS in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Smiley
 
Posts: n/a

Default MIgrating Data from Isam to Informix through SSIS - 11-17-2006 , 12:49 AM






Hello,
I am trying to migrate ISAM data(transoft ODBC driver)on windows to
Informix(on AIX) through SSIS(Components Ado.net connection for ISAM ,
Oledb connection for Informix).
1)I am able to move int datatype data to informix int data type.
2)when the data type is PIC X(8) and informix datatype is char, data is
not getting transferred(the field is blank).I have changed the ISAM PIC
X(8) datatype to string(dt_str) using dataconversion component of SSIS
to prevent unicode non-unicode error.
3)when the data type is PIC X(8) and informix datatype is varchar, data
is getting transferred.But i am not supposed to change informix
datataype.


Can you please help on this.

Regards
Smiley


*** Sent via Developersdex http://www.developersdex.com ***

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.