Hi
I created a DTS, to transfer data from an Access to a Navision SQL temporal table. After, I must modify transfered data to create a diary. (All is OK)
My question is, how can I say if the DTS has finishes transfering data ??
If I execute a Shell , Navision continue executing next instructions and doens't wait to Shell instruction.
SHELL('dtsrun.exe /S SQLSERV /N MyDTS /E');
I must execute diary creation instruction only after DST has finished. How can I do this ??
Thanks
Comments
Quote from the on-line help:
Now it works