I have a data flow task with an AS400 data source using Microsoft oledb provider for DB2 v5. The provider has the 'DateTime As Char' property that works great at converting the binary dates, but it doesn't appear to have the 'Process Binary
as Character' property any more. I'm guessing this needs to be set in the 'Host CCSID' property (default is 37) and/or the 'Binary Codepage' property (default is 0) to convert the byte stream [DT_BYTES] datatype to a character string. Would appreciate
any assistance figuring out how to get the binary array columns to convert correctly in the data source.
↧