Hello everybody. After a long quest on the internet and through the cakephp API, I can't find a solution to my problem .
Here goes: Cakephp is working great with my oracle database. Now I want to store messages > 4000 chars (VARCHAR2). So I want to go with a CLOB. When I fill the data straight in the database with some 20k characters , all happens as wanted: model reads the CLOB and prints it. No problem. Now the REAL problem: I can't get the data BACK into the database ! This is the error: Warning (2): ociexecute() [function.ociexecute]: ORA-01704: string literal too long [CORE/cake/libs/model/datasources/ dbo/dbo_oracle.php, line 291] Help would be greatly appreciated ! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
