The code works but it's only updating the first 79 characters... it cuts everything off after that. Thanks for your help.my $sql = "update list set clist=? where name='$TABLE_NAME'"; my $sth = $dbh->prepare( $sql ); $sth->bind_param(1, $xlist, { ora_type => ORA_CLOB }); $sth->execute($xlist);
In reply to Updating a CLOB using DBI by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |