Re: [GENERAL] Perl error: fetchrow_hashref failed

2000-04-12 Thread Andrew Perrin - Demography
y" <[EMAIL PROTECTED]> > To: "Moray McConnachie" <[EMAIL PROTECTED]>; > <[EMAIL PROTECTED]> > Sent: Wednesday, April 12, 2000 12:57 PM > Subject: Re: [GENERAL] Perl error: fetchrow_hashref failed > > > > Your script works fine, but I still

Re: [GENERAL] Perl error: fetchrow_hashref failed

2000-04-12 Thread Moray McConnachie
uot;Moray McConnachie" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 12, 2000 12:57 PM Subject: Re: [GENERAL] Perl error: fetchrow_hashref failed > Your script works fine, but I still get the same error. > > I can duplicate this same error with a non-ha

Re: [GENERAL] Perl error: fetchrow_hashref failed

2000-04-12 Thread Jeffrey
AIL PROTECTED]> > Date: Wed, 12 Apr 2000 12:45:42 +0100 > To: "Jeffrey" <[EMAIL PROTECTED]>, " " <[EMAIL PROTECTED]> > Subject: Re: [GENERAL] Perl error: fetchrow_hashref failed > > > - Original Message - > From: "Jeffre

Re: [GENERAL] Perl error: fetchrow_hashref failed

2000-04-12 Thread Moray McConnachie
- Original Message - From: "Jeffrey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 12, 2000 10:05 AM Subject: [GENERAL] Perl error: fetchrow_hashref failed > Hi, I wonder if I might tap the vast knowledge here againg. > > I hav

[GENERAL] Perl error: fetchrow_hashref failed

2000-04-12 Thread Jeffrey
Hi, I wonder if I might tap the vast knowledge here againg. I have a perl script that is looping through a statement handle like this. $statement = "select * from sometable"; $sth=$dbh->prepare($statement); $sth->execute(); # here is the part I have a question about. while (%hash_ref = %{$sth->