in reply to
Re: DBI::rows
in thread
DBI::rows
In the leopard book (O'Reilly's DBI book), p. 223, it says that
$sth->execute()
only returns the number of rows affected by
non-
SELECT statements. In SELECT statements it "simply returns a true value".
MM
Comment on
Re: Re: DBI::rows
Download
Code
In Section
Seekers of Perl Wisdom