Please add support to Ruby/DBI to access multple result sets returned from queries. I have needed this feature many
times.
I believe the perl DBI uses "more_results" to access the remaining sets, and "finish" to drop any
pending results sets.
also I've found a perl DBI article at http://www.easysoft.com/developer/languages/perl/sql_server_unix_tutorial.html
which show calling odbc_more_results and fetchrow_array to access multiple result sets.
|