Help for this page

Select Code to Download


  1. or download this
    if($procName ne ''){
            # This is the default call to stored proc.
    ...
        $procedure = "BEGIN "."$procName"."(?, ?, ?, ?); "."END;";
        $function = $dbh->prepare($procedure);
        $function->bind_param_inout(3,$finRepId,SQL_VARCHAR);