tornadoproggie
Programmer
I am using an ActiveX script in a DTS package to import data from an informix DB to a SQL Server DB. The reason I am using a script is the data needs to be refreshed if the data being imported already exists and if it is new data then it should be inserted into the table. The problem is my script runs perfectly ok but at the end of the run I get a "Invalid Result Value" error. I cant figure out what is causing the error