dtharby has asked for the wisdom of the Perl Monks concerning the following question:
I have got the following in my code :-
...... if ($sth->row ==0) { print "No rows matched criteria\n"; }
The line if... is causing the error as stated. can anyone help me ??
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Can't locate object method "row" via package "DBI::st" error !
by robartes (Priest) on Jun 09, 2005 at 08:28 UTC | |
by dtharby (Acolyte) on Jun 09, 2005 at 08:44 UTC | |
by gellyfish (Monsignor) on Jun 09, 2005 at 08:53 UTC | |
by dbwiz (Curate) on Jun 09, 2005 at 09:07 UTC |
Back to
Seekers of Perl Wisdom