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??
 
if it works on double click from windows explorer,
use Shell instead of run application
 
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top