SV: MySQL error on cocoon - please could some one help!

2005-06-28 Thread Ralph Skulbörstad
Hi. I've had kind of the same problem some time ago. IIRC, the string became longer and longer each time due to an adding of whitespace to the string. The solution was to trim the field each time prior to the update/insert. Regards /Ralph -Ursprungligt meddelande- Från: Fadi Qutaishat

Re: SV: MySQL error on cocoon - please could some one help!

2005-06-28 Thread Derek Hohls
normalize-space() is an XSLT function that will remove leading/trailing spaces. [EMAIL PROTECTED] 2005/06/28 04:23:09 PM Hi, An instance of the strings inside the query could be like: queryupdate ms_concepts set chunk_name2_knowledge=1 where id=1/query This works fine for the first two

SV: SV: MySQL error on cocoon - please could some one help!

2005-06-28 Thread Ralph Skulbörstad
@cocoon.apache.org Ämne: Re: SV: MySQL error on cocoon - please could some one help! Hi, An instance of the strings inside the query could be like: queryupdate ms_concepts set chunk_name2_knowledge=1 where id=1/query This works fine for the first two chunks displayed, after that I get the error, it seems