![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
you can use inputBox function and catch user input to DTSGlobalVariables("Category").Value. ************************************************** ******************** Sent via Fuzzy Software @ http://www.fuzzysoftware.com/ Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources... |
#4
| |||
| |||
|
|
I am currently using an inputbox to do this. I am new to this kind of stuff. I am trying to actually figure out how to execute a sql string within the activex script task. "Bharat Jariwala" wrote: you can use inputBox function and catch user input to DTSGlobalVariables("Category").Value. ************************************************** ******************** Sent via Fuzzy Software @ http://www.fuzzysoftware.com/ Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources... |
#5
| |||
| |||
|
|
In part of a DTS package a user will input a value. I need to take that value and update a table. Something along the lines of "UPDATE dbo.OLSParms" & _ " SET dbo.OLSParms.Val = '" & DTSGlobalVariables("Category").Value & "'" From within the activex script task, how would I write this? |
#6
| |||
| |||
|
|
Hello txksa, It would be much better if the user deposited this value in a place that the package could pick up rather than the package halting execution whilst it waits for the user to enter a value. Allan In part of a DTS package a user will input a value. I need to take that value and update a table. Something along the lines of "UPDATE dbo.OLSParms" & _ " SET dbo.OLSParms.Val = '" & DTSGlobalVariables("Category").Value & "'" From within the activex script task, how would I write this? |
![]() |
| Thread Tools | |
| Display Modes | |
| |