I have some Visual Foxpro .exes that perform a great deal of work on SQL Server data sets. I would like to call these .exe's from inside a SSIS Script Task or Script Component and would like to know if anyone has done this. I can also compile the Visual Foxpro program to a COM object, so if you know how to call a COM object or .exe, this would help. I just happen to be using Visual Foxpro Version 9.0 .exes.
It is my objective going forward to advance my VB.Net or C# ,Net skills to the level that I can rewrite/replace the Visual Foxpro .exes with VB.Net or C# .Net code, but for now, I'd just like to be able to call an .exe or COM object from within the SSIS Script Task or Script Component.
Any assistance would be appreciated.
Thanks....