Help for this page

Select Code to Download


  1. or download this
    $sth->bind_param(1, $binaryData, {TYPE => DBI::SQL_BINARY} );
    
  2. or download this
    __PACKAGE__->add_columns(col_name => {data_type => DBI::SQL_BINARY});