Help for this page

Select Code to Download


  1. or download this
    my ($dbh);
    
    ...
    $sth->finish();
    
    Disconnect();
    
  2. or download this
         my ($count) = ${$dbh->selectcol_arrayref ("SELECT count(*) FROM products WHERE nr = ?",{},$nr)}[0];