I'm new to DTS.
I am tring to execute the following SQL:
INSERT
INTO claims_suspense
(claim_number)
VALUES
(?)
but I keep getting the message "Invalid Step Script Return Value".
I have a parameter set up as a global variable which resolves the value.
Can anyone tell me what is going wrong? I have tried the SQL statement in QA and it works OK.
Thanks
Jeremy