Help for this page

Select Code to Download


  1. or download this
      NOTE: The undocumented (and invalid) support for the
      "SQL_BINARY" data type is officially deprecated. Use
      "PG_BYTEA" with "bind_param()" instead:
    
      $rv = $sth->bind_param($param_num, $bind_value,
                             { pg_type => DBD::Pg::PG_BYTEA });