This stackoverflow question suggests this might work if you are using ODBC.
pojdo { while (my @row = $sth->fetchrow_array()) { print "@row\n"; } } while ($sth->{odbc_more_results});
In reply to Re: How to retrieve multiple output sets using DBI
by poj
in thread How to retrieve multiple output sets using DBI
by roho
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |