Please help me
I have a DTS package with ActiveXScript that can process
any number of files(CSV files) but the logic in the SQLcode
inside the package needs the files to be processd in an order by the name of the file,example say i have 3 files--
(left 8 digits in the file name is the actual date of the file)
1.20070825test.CSV(
2.20070824test.CSV
3.20070826test.CSV
the actual order to process the files should be
1. 20070824test.CSV
2. 20070825test.CSV
3. 20070826test.CSV
my package is processing inthe reverse way.
I have a DTS package with ActiveXScript that can process
any number of files(CSV files) but the logic in the SQLcode
inside the package needs the files to be processd in an order by the name of the file,example say i have 3 files--
(left 8 digits in the file name is the actual date of the file)
1.20070825test.CSV(
2.20070824test.CSV
3.20070826test.CSV
the actual order to process the files should be
1. 20070824test.CSV
2. 20070825test.CSV
3. 20070826test.CSV
my package is processing inthe reverse way.