in reply to
DBI::ODBC fetch and fetchrow_array
$sth->fetch is an alias for fetchrow_arrayref
and
$sth->fetchrow is an alias for fetchrow_array
HTH
Comment on
Re: DBI::ODBC fetch and fetchrow_array
In Section
Seekers of Perl Wisdom