hrr has asked for the wisdom of the Perl Monks concerning the following question:
$sth->bind_param(1, $binaryData, {TYPE => DBI::SQL_BINARY} );
however, this did not work...__PACKAGE__->add_columns(col_name => {data_type => DBI::SQL_BINARY});
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Updating/inserting Binary data using DBIx::Class
by jesuashok (Curate) on Aug 21, 2006 at 04:08 UTC | |
by hrr (Monk) on Aug 21, 2006 at 13:06 UTC | |
| |
Re: Updating/inserting Binary data using DBIx::Class
by hrr (Monk) on Aug 22, 2006 at 02:42 UTC | |
by siracusa (Friar) on Aug 22, 2006 at 14:47 UTC | |
by hrr (Monk) on Aug 22, 2006 at 21:04 UTC | |
Re: Updating/inserting Binary data using DBIx::Class
by hrr (Monk) on Aug 26, 2006 at 05:54 UTC | |
Re: Updating/inserting Binary data using DBIx::Class
by rafl (Friar) on Aug 23, 2006 at 18:54 UTC | |
by hrr (Monk) on Aug 25, 2006 at 00:50 UTC |