In our DTS package we copy data from Oracle from column VARCHAR2(50 CHAR)
(Unicode) to Sybase column VARCHAR(50)
(Nonunicode). Source is Oracle DB where we select data from sql query.
Next one is Data conversion where we transform data to STRING[DT_STR] 50
(CODE PAGE 1250). Finally are data inserted to Sybase table column Varchar(50)
. But after running we see only empty columns, no original values.
Where can be the error?
Update 1
If i execute SELECT @@VERSION
on the Sybase server i got the following information:
Adaptive Server Enterprise/15.7/EBF 21520 SMP SP102 /P/ia64/HP-UX B.11.31/ase157sp101/3445/64-bit/FBO/Sat Jul 13 05:47:31 2013
And i am using OLEDB Provider to connect to Sybase destination