From: Baron Schwartz Date: May 29 2007 11:07am Subject: Re: using tinymce and inserting the contents in a database List-Archive: http://lists.mysql.com/mysql/207072 Message-Id: <465C0983.1090205@xaprb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, ross@stripped 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 it should not be a data type mismatch. Any ideas? Incorrectly escaped quotes is all that comes to mind for me. Are you sure it's the size that makes it fail? Baron