Weird DBI/DBD-mysql problem

"Sehn, Timothy" <[email protected]>
Newsgroups gmane.comp.db.mysql.perl
Message-ID <55C0724D26281F40A605FB85F1104434026447F1@ex-mail-sea-04.ant.amazon.com>
Hey all,

I am having a problem with these modules and I was wondering if anyone has run into it before:

Amazon::ContactUs::ReportDB::get_types(/apollo/_env/devcentral-2534631/perl/lib/perl-std-5.6.1/Amazon/ContactUs/ReportDB.pm:391):
391:       my $sth = $this->{DB}->prepare("select type_name from faq_type;");

  DB<2> n
Amazon::ContactUs::ReportDB::get_types(/apollo/_env/devcentral-2534631/perl/lib/perl-std-5.6.1/Amazon/ContactUs/ReportDB.pm:392):
392:       $sth->execute();

  DB<2> n
Amazon::ContactUs::ReportDB::get_types(/apollo/_env/devcentral-2534631/perl/lib/perl-std-5.6.1/Amazon/ContactUs/ReportDB.pm:394):
394:       while ( my $ref = $sth->fetchrow_hashref() )
395:       {

  DB<2> use Data::Dumper

  DB<3> p Dumper $sth->fetchrow_hashref()
$VAR1 = {
          '@' => 'Build/Compile/Link Errors'
        };

I am running MySQL 4.1.9 server, MySQL 4.1.8 client libraries, DBI 1.46, and DBD-mysql-2.9004.

Any help would be appreciated.

--Tim

-- 
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe:    http://lists.mysql.com/[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.