SSIS Package (SQL Server) Execution from Access 97

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is there any way to run SSIS Package from Access, it is not working with
"Run Application".

Any one please??
 
Hi,
Thanks for reply, but I never use Shell could you please send me some tips
on that?

Thanks for help again?
 
Example from Access help file:

Dim RetVal
RetVal = Shell("C:\WINDOWS\CALC.EXE", 1) ' Run Calculator.

Anything that the windows command shell recognises, that is anything
that has a registered extension, that is, anything that you can double
click on, like .doc or .mdb

(david)
 
Back
Top