Help for this page

Select Code to Download


  1. or download this
    my $sql = "EXEC dynamic_example @firstname = ?";
    $dbh->execute('chris%')
    
  2. or download this
    $dbp->execute('dynamic_example', firstname => 'chris');