3 messages in com.mysql.lists.perlRe: fetchrow_hashref
FromSent OnAttachments
Dmitry Ivanov14 Mar 2002 02:59 
Qichao Dong (Leon)14 Mar 2002 13:35 
Vladimir V. Kolpakov14 Mar 2002 22:22 
Subject:Re: fetchrow_hashref
From:Qichao Dong (Leon) (do@cs.utk.edu)
Date:03/14/2002 01:35:07 PM
List:com.mysql.lists.perl

This is just my guess, Dmitry:

$Addr is a scalar but ($Addr) is an array reference. So maybe this caused the problem. But I don't know why the error message is "fetch...".

On Thu, 14 Mar 2002, Dmitry Ivanov wrote:

my $Addr = $sth->fetchrow_hashref

works fine

my ($Addr) = $sth->fetchrow_hashref

fails with "fetch() without execute()". Why?

To unsubscribe, send a message to the address shown in the List-Unsubscribe header of this message. If you cannot see it, e-mail msql@lists.mysql.com instead.

------------------------------------------------------------------------