-
2nd March 2010 10:26 PM
#1
Error: The statement did not return a result set with sql server 2008 driver
Error: com.microsoft.sqlserver.jdbc.SQLServerException: The statement did not return a result set with sql server 2008 driver
This happens when a proc execute DML before producing a result set.
Solution is to “SET NOCOUNT ON” in data-source properties.
Modify data source and then add one property with
Type: SQL Name: SET NOCOUNT ON
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Bookmarks