![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Ok, Trying to work around the bugs using MS DTS in VB... Cannot use the "WithEvents" keyword in VB, soooo, ...cycle through the Stesp in DTS.Package.Steps from the loaded package - Hooray, everything seems to execute .. HOLD IT! ...Now the "For Each" loop in VB executes the steps out of proper order. Is there anyway to execute the steps IN ORDER the way god intended? Must I remove every little piece of functionality to execute this animal in the correct order? |
#3
| |||
| |||
|
|
Create constraints between the steps in the package. If one thing needs to go before A.N.Other then doing this in the package is the best place for it. This way you simply execute the package and that is that. -- Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Andrew" <afriedl (AT) data-source (DOT) com> wrote in message news:%23D9ZvRwoDHA.708 (AT) TK2MSFTNGP10 (DOT) phx.gbl... Ok, Trying to work around the bugs using MS DTS in VB... Cannot use the "WithEvents" keyword in VB, soooo, ...cycle through the Stesp in DTS.Package.Steps from the loaded package - Hooray, everything seems to execute .. HOLD IT! ...Now the "For Each" loop in VB executes the steps out of proper order. Is there anyway to execute the steps IN ORDER the way god intended? Must I remove every little piece of functionality to execute this animal in the correct order? |
![]() |
| Thread Tools | |
| Display Modes | |
| |