Hi I am trying to build an SSIS package with C#.
The problem I am having is that I cant work out how to create a RecordsetDestination and bind it to an OLEDB data source that returns the results from a SqlCommand
I can find loads of examples binding to an OLE destination, but I cant work out how to bind to a Recrodset.
so far I have been able to create my dataflow task create the Ole Source, add an Object Variable to store the recordset results in. But... I don't know how to create the recordset destination itself and then bind it to the source and to the varable.
any ideas will be gratefully received? thanks