Help for this page

Select Code to Download


  1. or download this
    $sth->prepare("exec my_proc '$foo'"); # single quotes added
    
  2. or download this
    $sth->prepare("exec my_proc 'D_CHRIS'");