Everyone on my project is so thrilled that we can now run Stored
Procedures in our DB2 database using Perl; however, we can't seem to
find the DBI language to pull off something like:
while (result set) {
while (row in result set) {
do something . . .
}
}
which is a usual RDBMS operation on results.
_Programming the Perl DBI_ does not mention multiple result sets. Is
this a tacit admission that such capability is not (yet) a part of DBI?
Did I miss an explicit such admission somewhere?
Keith Junker