> > > First of - did you try it like you would with any normal parameter? > > $row->$colname($value); >
No, I did a create() call, setting all the fields. In case of the varchar, only the first line is inserted of the multiline string. In case of the clob I get an error: "DBD::Oracle::st execute failed: ORA-01861: literal does not match format string" Should I first do a normal create() call omitting the clob and afterwards call $row->$colname($value) ? Thanks, Marc _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
