in reply to Re^3: Counting number of rows while working with Oracle
in thread Counting number of rows while working with Oracle
it worked I could see the number of rows but now if I usemy $rows = $sthBoo->fetchall_arrayref(); my $num_rows = @$rows;
after the above code its giving the warningwhile (my $row = $sth->fetchrow_hashref) {
Is there any problem withthe code? ThanksDBD::Oracle::st fetchrow_hashref failed: no statement executing (perha +ps you need to call execute first) [for Statement "
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Counting number of rows while working with Oracle
by ikegami (Patriarch) on Mar 18, 2008 at 12:52 UTC | |
Re^5: Counting number of rows while working with Oracle
by andreas1234567 (Vicar) on Mar 18, 2008 at 11:42 UTC | |
by denzil_cactus (Sexton) on Mar 20, 2008 at 08:44 UTC |