Help for this page

Select Code to Download


  1. or download this
       perldoc DBI
    
  2. or download this
       $sql="Select * from table where column=?";
       DBI->trace(2); # turn trace on
       $rh=$dbh->prepare($sql);
       $rh->execute($str);
       DBI->trace(0); # turn trace off