in reply to Updating/inserting Binary data using DBIx::Class
* what version of DB2 you are using ?
Note: Binary Data type will be supported from DB2 version 9.
however, this did not work...
are you getting any error message ?
Tell something about the above statement's result ? In what OS you are running the above program ?__PACKAGE__->add_columns(col_name => {data_type => DBI::SQL_BINARY});
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Updating/inserting Binary data using DBIx::Class
by hrr (Monk) on Aug 21, 2006 at 13:06 UTC | |
|