This is a bit slowly than bind_column but more straight-forward and lazy :)$sth = $dbh->prepare($query); $sth->execute($query); while (my $row = $sth->fetchrow_hashref()) { #use $row->{date} etc here. }
In reply to Re: DBI Bind Columns
by asdfgroup
in thread DBI Bind Columns
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |