how to set error output of oledb command to another oledb command
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi experts I have an ssis package in which I have a oledb data source to oledb command i want if any error comes while performing oledb command that rows should be move to the another oledb command I tried this to take an output from first oledb command to the error oledb command. when i run this, It validates with success but while executing it just hangs with out any error pleas help me thanks so much