http://qs321.pair.com?node_id=92477


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