using tinymce and inserting the contents in a database

2007-05-29 Thread ross
Hi, I am using tinymce to save news articles with very basic html styling in a database. This works well upto a point but when I get over a certain number of characters and then the 'you have an error in your SQL syntax' error. I am saving in as a LONGBLOB so it should not be a data type

Re: using tinymce and inserting the contents in a database

2007-05-29 Thread Baron Schwartz
Hi, [EMAIL PROTECTED] wrote: Hi, I am using tinymce to save news articles with very basic html styling in a database. This works well upto a point but when I get over a certain number of characters and then the 'you have an error in your SQL syntax' error. I am saving in as a LONGBLOB so

Re: using tinymce and inserting the contents in a database

2007-05-29 Thread Naz Gassiep
Why are you saving it as a LONGBLOB and not as TEXT data type? [EMAIL PROTECTED] wrote: Hi, I am using tinymce to save news articles with very basic html styling in a database. This works well upto a point but when I get over a certain number of characters and then the 'you have an error