Tuesday, September 2, 2014

Should JDBC.executeQuery() for multi-statement "select into; select @@rowcount" throw "The statement did not return a result set" exception?

I looks like JDBC.executeQuery() for multi-statement "select into; select @@rowcount" should throw "The statement did not return a result set" exception and it doesn't - is this a bug or a feature?

No comments:

Post a Comment