[Dbix-class] How to insert multiline fields

Marc Logghe Marc.Logghe at DEVGEN.com
Wed Oct 4 16:19:42 CEST 2006


Hi all,
Is there a way to fill clob fields or varchar fields having line feed
characters ?
When using DBI directly (DBD::Oracle) I had to do parameter binding like
this:

$insert_st->bind_param( $param_id, $value, { ora_type => ORA_CLOB,
ora_field => $colname } );
$insert_st->execute;


What is the DBIC way to do this ?

Regards,
marc



More information about the Dbix-class mailing list