Overflow using LOB data

2001-06-28 Thread Hèctor Alòs i Font
When trying to update a CLOB field of a table with a value more than 80 characters long, we receive the following error: DBD::Oracle::st fetchrow_array failed: ERROR fetching field 6 of 10. LOB value truncated from 80 to 80. DBI attribute LongReadLen too small and/or LongTruncOk not set at

Re: Overflow using LOB data

2001-06-28 Thread Hèctor Alòs i Font
if you gave more code. Hèctor Alòs i Font [[EMAIL PROTECTED]] wrote: When trying to update a CLOB field of a table with a value more than 80 characters long, we receive the following error: Here you say you have problems updating a clob field, but below the error says the problem

Active statement error

2001-05-31 Thread Hèctor Alòs i Font
We have got the following error: DBI::db=HASH(0xfa5dc)-disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at ... We are quite amazed because we can not discover which statement handle can be active: we just added a