Help for this page

Select Code to Download


  1. or download this
    $query1 = 'select Name from Customers where CustId = :custid';
    $query2 = 'select Name from Sales where SalesId = :salesid';
    ...
        ...
      }
    }
    
  2. or download this
    Like "prepare" except that the statement handle returned will be store
    +d in a hash associated with the $dbh. If another call is made to "pre
    +pare_cached" with the same $statement and %attr parameter values, the
    +n the corresponding cached $sth will be returned without contacting t
    +he database server.