A result was returned when none was expected. 一般是在使用存储过程中,例: select function(存储过程名); 即使返回的是空的。也要用oPrepareStmt.executeQuery(); 来调用。或接收。 转载于:https://www.cnblogs.com/maxlei/p/5954145.html