Hi,,
I'm having a problem with calling a function from an activex script
within a data transformation. the function takes 6 inputs and returns
a single output. My problem is that after trying all of the stuff on
BOL I still can't get it to work. It's on the same database and I'm
running sql 2000.
when I try to call it I get an error message saying "object required
functionname" If I put dbo in front of it I get "object required dbo".
Can anyone shed any light on how i call this function and assign the
output value returned to a variable name.
thanks.
I'm having a problem with calling a function from an activex script
within a data transformation. the function takes 6 inputs and returns
a single output. My problem is that after trying all of the stuff on
BOL I still can't get it to work. It's on the same database and I'm
running sql 2000.
when I try to call it I get an error message saying "object required
functionname" If I put dbo in front of it I get "object required dbo".
Can anyone shed any light on how i call this function and assign the
output value returned to a variable name.
thanks.
Comment