Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
killer2002
Starting Member
12 Posts |
Posted - 2003-03-21 : 04:22:17
|
Can you make 2 buttons in DTS in the active script task with yes/noI wanna do this because if the user presses yes a few tables get updated but if pressed no the package must stop.Can someone help |
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2003-03-21 : 06:14:53
|
DTS isn't designed to work like this, it is meant to run as a background process.You could generate VB code from your DTS packages and build them into your own application. Look on MSDN and Books Online for some sample code to do that.Damian |
 |
|
|
|
|