码迷,mamicode.com
首页 > 数据库 > 详细

(转)jdbc 调用 sql server 的存储过程时“该语句没有返回结果集”的解决方法

时间:2014-05-19 20:13:01      阅读:395      评论:0      收藏:0      [点我收藏+]

标签:style   blog   class   c   code   java   

本文转载自:http://hedyn.iteye.com/blog/856040

在JDBC中调用SQL Server中的存储过程时出现如下异常:

 

bubuko.com,布布扣
    com.microsoft.sqlserver.jdbc.SQLServerException: 该语句没有返回结果集。  
            at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:171)  
            at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:394)  
            at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:340)  
            at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:4575)  
            at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1400)  
            at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:179)  
            at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:154)  
            at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executeQuery(SQLServerPreparedStatement.java:283)  
bubuko.com,布布扣

解决方法:在存储过程首行加上

SET NOCOUNT ON  

 

(转)jdbc 调用 sql server 的存储过程时“该语句没有返回结果集”的解决方法,布布扣,bubuko.com

(转)jdbc 调用 sql server 的存储过程时“该语句没有返回结果集”的解决方法

标签:style   blog   class   c   code   java   

原文地址:http://www.cnblogs.com/wpcnblog/p/3731647.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!