PreparedStatement 偶然遇到问题 - ITeye问答
2011年11月30日 - jtds.jdbc.JtdsStatement.executeSQLQuery(JtdsStatement.java:465) at net.sourceforge.jtds.jdbc.JtdsPreparedStatement.executeQuery(JtdsPrepared...
preparedstatement的空指针异常_百度知道
最佳答案: 在conn=getConnection();后加上 if(conn==null) { throw new SQLException("conn is null"); }更多关于PreparedStatement 偶然遇到问题的问题>>