in reply to Re^2: Updating/inserting Binary data using DBIx::Class
in thread Updating/inserting Binary data using DBIx::Class

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re^4: Updating/inserting Binary data using DBIx::Class
by hrr (Monk) on Aug 22, 2006 at 02:54 UTC
    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.