chequer-io / JDBC.NET

It is a wrapper that allows you to use JDBC drivers in ADO.NET
MIT License
34 stars 10 forks source link

Implementation of NextResult #33

Open Possitron opened 1 year ago

Possitron commented 1 year ago

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?