Source components and long string types
I have string data in a SSIS source script component (coming from a web service) and I want to map this to a SSIS type to be passed into the pipeline. I cannot however use the DT_STR becuase my source data is longer than 8000 chars. I think I should be using DT_TEXT, but I dont know how to cast my C# string data into DT_TEXT to assign to the buffer. Can anyone advise?
October 17th, 2011 6:53am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics