DTS: Stored Procedure Output Parameters used for Global Variable -
10-14-2004
, 10:25 AM
I'm trying to set a Global Variable using an output variable from a stored
procedure. The output variable is varchar(200) and I'm using the output
parameter tab to set the global variable as row value. However when I use
the global variable in an activeX script it is not set. I setup the global
variable as type 'string'.
Any ideas. I'm going nuts and doing exactly (I think) what the books states. |