java.io.IOException:Maximum column length of 100,000 exceeded in column 29 in record 7,603. Set the SafetySwitch property to false if you're expecting column lengths greater than 100,000 characters to avoid this error.
这个错误是为什么啊,怎样解决了????

解决方案 »

  1.   

    两种解决方案
    1、7603行第29个字段数据的长度变小,小于100000
    2、将你用的那个应用的SafetySwitch属性设置成false这是从你贴出来的错误里能找到的解决方案。
      

  2.   

    在哪里修改SafetySwitch属性呢?
      

  3.   

    你贴出来的信息,我判断不出你在用什么应用。只是从错误信息里给你找到了两个解决方案,所以SafetySwitch是什么、在哪里,我也不知道。