SSIS OLEDB COMMAND RULES
摘要:The oledb commad transformation prepare the wrong data type for the parameter.With my test, I have known something about the rule. You write query likeCharindex(fileld_name,?)>0 the it will employee a inteter for you because the >0.If you use cast(charindex(field_name,?)>0 as varchar(255))=
阅读全文
posted @ 2013-10-08 21:20
浙公网安备 33010602011771号