$dbh: db handle for global master write access $dbr: db handle for global cluster read access $dbcr: db handle for user cluster read access $dbcm: db handle for user master write access (and sometimes read, maybe used incorrectly) $db: db handle for unspecified use (avoid if possible) $sth: prepared statement handle
no subject
$dbr: db handle for global cluster read access
$dbcr: db handle for user cluster read access
$dbcm: db handle for user master write access (and sometimes read, maybe used incorrectly)
$db: db handle for unspecified use (avoid if possible)
$sth: prepared statement handle