数据库为oracle.
对数据库操作时用的spring的jdbctemplate.
设置PreparedStatementSetter()的value时,使用setString。
setString("english").运行正确。
当setString("中文")。就报如下错误:
ORA-01461: can bind a LONG value only for insert into a LONG column
添加回答
举报
0/150
提交
取消