String sqlDesc="lsdfoewf.......";
pst.setCharacterStream(10, new StringReader(sqlDesc), sqlDesc.length());
在执行插入语句是发生错误:java.sql.SQLException: Io 异常: Connection reset
请问这是什么原因?谢谢