$sth->execute; my %row; $sth->bind_columns( \( @row{ @{$sth->{NAME_lc} } } )); while ($sth->fetch) { print "$row{region}: $row{sales}\n"; }
In reply to Re: Improving on MS-SQL over DBI and DBD::ODBC
by runrig
in thread Improving on MS-SQL over DBI and DBD::ODBC
by radiantmatrix
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |