Help for this page

Select Code to Download


  1. or download this
        my $sql = "SELECT o.objectid, 
                       <other fields>
    ...
    
         my $sth=$dbh->prepare($sql);
         $sth->execute($accountid);