Help for this page

Select Code to Download


  1. or download this
    use DBI qw(SQL_VARCHAR);
    
    $sth->bind_param(1, $mrn, SQL_VARCHAR);
    $sth->execute();
    
  2. or download this
         If any arguments are given, then "execute" will effectively
         call "bind_param" for each value before executing the
    ...
         correct type (which is rare), or unless "bind_param" (or
         "bind_param_inout") has already been used to specify the
         type.