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!!!
Comment on
Re: Perl-odbc
Select
or
Download
Code
In Section
Seekers of Perl Wisdom