I am creating a Dts package for transferring data from an Access mdb file to SQL server 2000 database.
The package itself is being invoked from a .Net program using dtsrun.
What i want to know is that I need to get the mdb files' path at runtime and accordingly run the Dts package for that mdb file path..
So how do i do that?
Thanks
try to include the mdb files in the same path as the .NET program is. then make an iterators or any trick to find the files at run time.
No comments:
Post a Comment