JDBC.NET icon indicating copy to clipboard operation
JDBC.NET copied to clipboard

Implementation of NextResult

Open Possitron opened this issue 2 years ago • 0 comments

The method JdbcDataReader.NextResult() practicaly doesn't do anything, so if a store procedure returns two (or more) results, only the first one is available.

Is the implementation of this method in some future plans?

Possitron avatar Sep 15 '23 11:09 Possitron