in reply to DBI::rows
I believe the $sth->execute method returns the number of rows or -1 if no rows affected.
You may also want to try the $sth->rows method.
You may also want to try the $sth->rows method.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: DBI::rows
by Maestro_007 (Hermit) on Jun 29, 2001 at 01:34 UTC | |
Re: DBI::rows (boo)
by boo_radley (Parson) on Jun 29, 2001 at 17:01 UTC |
In Section
Seekers of Perl Wisdom