in reply to Perl-odbc

This sounds like you are calling $rs = $sth->fetchrow_hashref() in which case you get at your data by saying $rs->{table_name}

ALL HAIL BRAK!!!