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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS Parameters at Runtime

Status
Not open for further replies.

GoHogs

Technical User
Aug 13, 2003
1
US
I have a DTS package that exports contents of a table to a text file. I want to modify it so at execution time, it will prompt me for PLANT value and export only matching rows. I put a "WHERE PLANT = ?" in my query and setup a global variable to map to Parameter1, but how do I get it to prompt me for the value of the global variable at runtime? In Access, simply saying "WHERE PLANT = ?" will cause it to prompt for a value.
 
How are you execution you dts package? From where ... VB ? . . .

"All I ask is the chance to prove that money can't make me happy." - Spike Milligan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top