Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们从 CSV 文件输入数据,有时小数列可能为空。SSIS DT_DECIMAL 或 DT_NUMERIC 似乎不接受 null,得到 -1071607689,DTS_E_OLEDBDESTINATIONADAPTERSTATIC_CANTCONVERTVALUE 错误。
请问我们需要使用 DT_STR 列,还是有任何必要的设置?感谢您的所有建议。