Skip to content

BindParamsArrayByPos bindtype error

错误描述

System.CommandExecuteException:BindParamsArrayByPos bindtype error。

错误原因

批量插入不支持大对象类型。

分析与建议

批量数据插入不支持含Clob、Blob等大对象字段的表结构,如有需要请转换类型后插入,或采用单条插入方式。