mapping output paramters in ssis
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hi freinds I need to call an stored procedure from c# code for ssis package, stored procedure has one output parameter i have creaded one oledb command comonent using C# with this oledb command i want to execute the stored procedure i have set the oledb command's sql command property like DestErrorInst.SetComponentProperty("SqlCommand", "exec spInsertErrors ?, ?, ?, ? out"); now i want to map or read this output parameter values how can i achieve this? thanks