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