I wrote an Input Into SQL statement, during exec I received the following error:
"You tried to assign the NULL value to a variable that is not a variant data type."
From EM I set all my fields to accept NUllS.
In my input table I have fields that are required but I don't think that's the problem.
I have an Identity/autonumber field. I have some date fields, but I changed their type to text. All other fields are number/currency. The number/currency fields have no NUll values, I entered a zero(0) in all Null fields.
Some of the date fields are blank in the input table, the output table has them defined as smalldatetime. I removed all the dates and I still got the same msg.
"You tried to assign the NULL value to a variable that is not a variant data type."
From EM I set all my fields to accept NUllS.
In my input table I have fields that are required but I don't think that's the problem.
I have an Identity/autonumber field. I have some date fields, but I changed their type to text. All other fields are number/currency. The number/currency fields have no NUll values, I entered a zero(0) in all Null fields.
Some of the date fields are blank in the input table, the output table has them defined as smalldatetime. I removed all the dates and I still got the same msg.