in reply to Re^3: Updating/inserting Binary data using DBIx::Class
in thread Updating/inserting Binary data using DBIx::Class
Does this have to do with the DBD::DB2 driver? As mentioned, if I use DBI directly and specify the data type as SQL_BINARY, I can insert strings with character codes larger than 127. (But possibly this works automatically in DB2 version 9, without setting the type to SQL_BINARY , since VARCHAR might be treated differently.)
A reply falls below the community's threshold of quality. You may see it by logging in. |