in reply to Re^3: DBD problemin thread DBD problem
my $update = $dbh->prepare($upd_query); $update->execute ... [download]
my $select = $Dbh->prepare("SELECT " ...); $select->execute ... [download]