Error when trying to save...

  •  09-19-2006, 10:06 AM

    Error when trying to save...

    When I try and save text from the editor that is longer than 4000 characters, I receive the following message, "Implicit conversion from data type ntext to varchar is not allowed...". The field that I'm trying to save into has varchar(8000) as the datatype. The stored procedure also has the same datatype.
     
    I've added "MaxHTMLLength=8000" to the editor.
     
    Does the editor convert the text to unicode (2 bytes per character) before it saves it into the database?
View Complete Thread