Re: [PHP-DB] ORA-01704: string literal too long AND PHP/PEAR

2003-10-20 Thread Christopher Jones
Roger Spears wrote: I'm using PHP/PEAR to execute my queries on an oracle table. I'm trying to store very long pieces of text into a CLOB field. Currently I'm getting a string too long error. I've tried: OCIBindByName($sql,:fieldName,$myVariable, -1); But I'm not sure I'm using it correctly

[PHP-DB] ORA-01704: string literal too long AND PHP/PEAR

2003-10-17 Thread Roger Spears
Ok all of you Oracle experts out there, I've had one heck of a day wrestling with this oracle stuff. My experience with Oracle is turning into a greek tragedy. I'm using PHP/PEAR to execute my queries on an oracle table. I'm trying to store very long pieces of text into a CLOB field.