Recordset Destination
Every time I try to us a recordset destination for error output, I have problems with setting the "VariableName" field. Is this a known issue? Or am I just doing something wrong?
Thanks
Jim
Every time I try to us a recordset destination for error output, I have problems with setting the "VariableName" field. Is this a known issue? Or am I just doing something wrong?
Thanks
Jim
My only tip based on what you have said is make sure that the type of the variable to which you are assigning the recordset is "Object".
Regards
Jamie
Error 3 Validation error. Data Flow Task: Recordset Destination [332]: The VariableName property is not set to the name of a valid variable. Need a runtime variable name to write to. Package.dtsx 0 0
This is the June CTP
Shredding a Recordset
( http://www.sqlis.com/default.aspx?59)
Other than that I can't think what's wrong because I have had this working!
-Jamie
Pretty simple and I figured it was something like this. I didn't realize I needed a "variable" to hold onto my recordset.
Jim