Hello all.
I have a simple windows form running a ssis package!
This app sends a string variable with a path.
VB.NET
pkg.Variables("ExportPath").Value= "c:\temp\mydir"
pkgResults = pkg.Execute()
The app stoped working when I added 4 more variables in de package (I use them in a EXECUTE SQL TASK) .
Can anyone help me?
Thanks in advance!
M.L.