HELP!
I created a
VB to execute a DTS package and it runs well in my computer. (My computer installed SQL 2000 &
VB 6.0)
However, when I try to use this
VB to execute this package in another computer (SQL &
VB not installed, but I have registered the necessary dll, rll and exe files in this computer), it is still not working. (Error message: Can't find file)
I saved this DTS package as a structured storage file in a shared folder.
Do I miss any step to execute this package by
VB in another computer?
Thanks.