Hello,
I am having issue when trying to pull data from a table to excel. I am using a data conversion transformation between oledb source and excel destination. The error I am getting is cannot convert between unicode and non-unicode string. The columns its erroring out are of data types varchar(30) null,varchar(900) null and text null. In the data conversion transform I am using DT_WSTR, DT_WSTR and DT_TEXT and it still throws me the same error.
Can someone please tell me where I am doing wrong? Thanks a ton in advance.