Does anybody know how to use specific column transformations in C# -
12-28-2004
, 11:11 AM
I've been able to create a working DTS package from C#, as long as no columns
are specified on the transform. But whenever I try to add columns to
sourcecolumns and destinationscolumns, these are reported as invalid by DTS
designer.
Any help would be greatly appreciated.
Thanks in advance,
Thomas |