Objects
previous slidetable of contentsnext slide

connect() returns a Database Handle ($dbh)
$dbh->prepare() returns a Statement Handle ($sth)
$sth->execute() returns row count or -1 or 0 for failure
$sth->fetch() returns an array, arrayref or hashref