in reply to Re: Another meek DBI question
in thread Another meek DBI question

3. Make certain you're getting results with print "Rows found: ",$sth->rows
Beware!

$sth->rows() may not return any significant information for SELECT queries (i.e. it may work for MySQL, but it definitely does NOT work for Sybase or Oracle unless all the rows have already been fetched!)

Michael