Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh_conn->run_query('check_user', 'exec Mrf_Maint.check_use
    +r ?', $login_id);
    
  2. or download this
    sub run_query {
    
    ...
       return $sth;
    
    }