DTS from Access forms

M

Madhuri

Hi all

I am able to run the dts package by dtsrun from command prompt but if I
execute it with shell command in msaccess form coding as
Dim x
x = shell (dtsrun /s servername /u"username" /p"Password" /N"Packagename", 2)

It dosent show me the command window and results which I see when I execute
from command prompt.... Is there any way I could see the command window and
the execution results ?

Thanks
Madhuri
 

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

Top