Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OPEN DIALOG IN A DTS PACKAGE?

Status
Not open for further replies.

PrgrmsAll

Programmer
Apr 8, 2003
180
US
Is it possible to prompt the user to select a (input) file by way of a dialog box, as in VB? I basically want the DTS to run, and prompt the operator to locate an input file (Excel in this case) which will then be imported into a table. All elements work, all I need is to create the prompt, if possible.

Thanks in advance.
 
Only if the user runs the DTS package on his machine


“I sense many useless updates in you... Useless updates lead to fragmentation... Fragmentation leads to downtime...Downtime leads to suffering..Fragmentation is the path to the darkside.. DBCC INDEXDEFRAG and DBCC DBREINDEX are the force...May the force be with you" --
 
Then you can just put the VB code in an ActiveX task and store the result in a global variable


“I sense many useless updates in you... Useless updates lead to fragmentation... Fragmentation leads to downtime...Downtime leads to suffering..Fragmentation is the path to the darkside.. DBCC INDEXDEFRAG and DBCC DBREINDEX are the force...May the force be with you" --
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top