Help for this page

Select Code to Download


  1. or download this
    use DBI;
    use CGI;
    ...
     $statement->bind_param("p_frodo","AI Clues / BBE");
     $statement->bind_param("p_legolas","AI Rel 05.12");
     $statement->execute() or die "Couldn't execute query '$sql': $DBI::er
    +rstr\n";
    
  2. or download this
    Can't bind unknown placeholder 'p_frodo' at D:\Brent\Perl\connect_to_v
    +iper_sql_server\objects_impacted_stored_proc.pl line 57.