The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Reading data into global variable
Posted: 27 Jul 06 9:42 AM
|
fiogf49gjkf0d Hi me again,
This time I need to read from an existing table and set my global variable to the value from a table field. I have tried setting the input and output variables for the sql task, but it does not seem to pick up the table values. |
|
|
| |
|
Re: Reading data into global variable
Posted: 27 Jul 06 11:54 AM
|
fiogf49gjkf0d Using the Output variable is the way to go. Are all fields in your sql task aliased? (and you're not using something like "select *"?) It won't show the field names listed in the drop down for the output variables unless it can parse from your SQL statement the names of the fields that will be in the reesult. |
|
|
| |
| |
|