java.sql.SQLException: 关闭的连接
摘要:
原因:试图使用已经关闭的Connection,Statement,ResultSet。 如果在rs.next()之前关闭了Statement或PreparedStatement,会导致下面的异常: java.sql.SQLException: 关闭的语句: next 如果在rs.next()之前关闭 阅读全文
posted @ 2012-08-21 21:00 小-强-斋-太 阅读(214) 评论(0) 推荐(0) 编辑