2 messages in com.mysql.lists.perlfetchrow_hashref gives error
FromSent OnAttachments
atif30 Mar 2004 05:39 
Garth Webb30 Mar 2004 10:07 
Subject:fetchrow_hashref gives error
From:atif (at@convergence.com.pk)
Date:03/30/2004 05:39:46 AM
List:com.mysql.lists.perl

hello everybody:

when I do fetchrow_hashref after execute it gives error:

DBD::mysql::st fetchrow_hashref failed: fetch() without execute() *********lines where error***************** $sth->execute(); $ref=$sth->fetchrow_hashref; *******************************************

and why is this error emerging...

Use of uninitialized value in numeric eq (==) ******************line where error******************* if ($equal_date==1) *****************************************************